rails 資源匯總

來源:互聯網
上載者:User

1. RbConfig

    ruby的設定檔,安裝後就存在, 在安裝目錄內,可以查看ruby詳細的配置資訊

    路徑樣本: C:\Ruby187\lib\ruby\1.8\i386-mingw32\rbconfig

             

    內容樣本:

# This file was created by mkconfig.rb when ruby was built.  Any# changes made to this file will be lost the next time ruby is built.module Config  RUBY_VERSION == "1.8.7" or    raise "ruby lib version (1.8.7) doesn't match executable version (#{RUBY_VERSION})"  TOPDIR = File.dirname(__FILE__).chomp!("/lib/ruby/1.8/i386-mingw32")  DESTDIR = TOPDIR && TOPDIR[/\A[a-z]:/i] || '' unless defined? DESTDIR  CONFIG = {}  CONFIG["DESTDIR"] = DESTDIR  CONFIG["PATCHLEVEL"] = "334"  

2. ruby自身帶的協助檔案

   ruby安裝目錄doc下含有一些常用的協助檔案外,還含有booktoruby.pdf一本書,值得一看。

  

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.