Ruby on Rails window7環境搭建

來源:互聯網
上載者:User

標籤:rails   ruby   環境   配置   

網上找了好多,都不行。折騰了好久,這裡記錄下:

 

一。下載ruby193的window版本,然後next安裝到指定目錄(安裝介面會有3個選擇框,我這裡全部選擇了,就不用手動設定ruby的path了)。
   安裝好ruby後,寫個ruby測試檔案測試下,沒問題了,到此ruby安裝結束。(ruby安裝網上基本上都正確,這裡不多說)

二。rails架構的安裝(這個比較麻煩些)

大部分都需要先下載安裝Devkit
 1.下載DevKit  http://cloud.github.com/downloads/oneclick/rubyinstaller/DevKit-tdm-32-4.5.2-20110712-1620-sfx.exe(windowx下)
  下載下來後點擊安裝到指定目錄這裡我安裝到D:/DevKit目錄下。
 2.運行幾個命令:
      
   D:\DevKit>ruby dk.rb init(命令1,下面是輸出的正確資訊)
           [INFO] found RubyInstaller v1.9.3 at D:/Ruby193
 
   Initialization complete! Please review and modify the auto-ge
    ‘config.yml‘ file to ensure it contains the root directories
    of the installed Rubies you want enhanced by the DevKit.
 
 
  D:\DevKit>ruby dk.rb install(命令2,下面是輸出的正確資訊)
    [INFO] Updating convenience notice gem override for ‘C:/Ruby1
    [INFO] Installing ‘D:/Ruby193/lib/ruby/site_ruby/devkit.rb‘
 
 
  D:\DevKit>gem install rdiscount --platform=ruby(命令3,下面是輸出的正確資訊)
    Fetching: rdiscount-1.6.8.gem (100%)
    Temporarily enhancing PATH to include DevKit...
    Building native extensions.  This could take a while...
    Successfully installed rdiscount-1.6.8
    1 gem installed
    Installing ri documentation for rdiscount-1.6.8...
    Installing RDoc documentation for rdiscount-1.6.8...
    大功告成!

三。安裝rails
      在ruby的bin目錄命令列下執行:gem install rails --include-dependencies -V即可。

不出問題檢查rails版本 Rails -v
我這裡是Rails 4.1.5
建立rails項目
建立一個檔案夾E:/testRails,作為項目根路徑

在cmd視窗下輸入:rails new  E:/testRails --skip-bundle 來建立Rails項目。

  (--skip-bundle 先跳過bundle安裝,因為國內那個ruby source路徑可能無法訪問,
    開啟E:/testRails的Gemfile,將檔案第一行的source ‘https://rubygems.org‘ 改為source ‘http://ruby.taobao.org‘ 。當然如果可以訪問那個rubygems.org就不需要改了)。

正常情況下會在E:/testRails目錄下建立一些目錄及檔案,作為項目的架構。
然後進入E:/testRails安裝bundle ,執行命令:bundle install(安裝一次就ok了)
到此一個testRails的rails項目就算搭建成了。


  啟動項目:這裡需要說明一下,如果您的Rails版本在3.0以上,是不會在Rails專案檔夾裡產生script檔案夾的,
這裡只需要進入Rails項目根目錄,直接執行rails server命令就ok了。
關閉就是在那個啟動終端Ctrl+c一下就ok了。
開啟瀏覽器訪問http://localhost:3000/,如果出現了網上說的那個成功頁面則ok了。

本文出自 “重新來學JAVA” 部落格,請務必保留此出處http://3131854.blog.51cto.com/3121854/1546342

Ruby on Rails window7環境搭建

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.