關鍵詞: Ruby rails
談使用Eclipse 設置Rails在windows下開發環境的配置
原文地址(英文):http://www.napcs.com/howto/railsonwindows.html
首先你要下載并安裝Ruby:http://rubyforge.org/projects/rubyinstaller/
One-Click Installer - Windows
我是安裝在d:\ruby你可以根據你的要求選擇安裝路徑
打開dos 命令窗口并執行:gem install rails --include-dependencies
第二、安裝Eclipse
我用的是Eclipse3.1.1 下載地址http://www.eclipse.org/downloads/index.php 并解壓到:d:\eclipse3.1 雙擊eclipse.exe啟動eclipse
第三、好了基本工作已經做好了,現在就開始配置Rails、
1.安裝Ruby開發工具包
選擇Help→Software Updates→Find and Install
選擇Search for new features to install 點擊Next
選擇 New Remote Site
name: Ruby Developer Tools
URL: http://rubyeclipse.sourceforge.net/nightlyBuild/updateSite/
點擊 OK
檢查RDT 點擊Next,選擇feature RDT 點擊Next
2.配置RDT plugin
選擇 Windows > Prefrences > Ruby
選擇Installed Interpreters
選擇Add
interpreter name : ruby.exe
path: 例如d:\ruby\bin\ruby.exe
單擊 確定 > 確定
********************************************************************
ror官方網站:
http://www.rubyonrails.org/
可以作為了解這項技術的起點,那里面有一個15分鐘搭建一個blog的視頻很值得一看
Rolling with Ruby on Rails:
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=1
Curt Hibbs寫的對于ror的學習過程,還沒來得及看,但是實在是太多地方reference了...隨大流吧
Really Getting Started in Rails
http://www.slash7.com/articles/2005/01/24/really-getting-started-in-rails
另一處比較著名的入門網站
Ruby on Rails中文社區
http://www.railscn.com/
不知為啥,教育網上這個網站還要用代理...而且好像還不能注冊?或者是我的代理的問題?
Setting up a Rails Development Environment on Windows Using Eclipse
http://www.napcs.com/howto/railsonwindows.html
這是一個step by step的在windows上利用eclipse搭建ruby on rails開發平臺的指南
我自己就是參考的這個東東。
Why's(poignant) guide to ruby
http://poignantguide.net/ruby/
一個很有意思的ruby語言的入門介紹,作者還會自己畫小狐貍插圖,
還在側邊欄里寫自己的價值觀,讓我們覺得老外還是蠻可愛的
恩,應該可以用強烈推薦來形容,寓學于樂。
RailsOnWindows:
http://wiki.rubyonrails.com/rails/pages/RailsOnWindows
教你怎樣在windows下利用Rails進行開發,其中包括Apache服務器的配置等等
服務器的問題可以從這里找到答案。
Ajax on Rails
http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html
Ajax現在絕對是熱點,當然不可放過...雖然對Ajax還僅僅是名詞和用戶體驗上的了解...-___-
GemRails:
http://wiki.rubyonrails.com/rails/pages/GemRails
GemRails是rails的管理器,相當于linux系統中的包管理器
可以自動上網安裝新的rails包,可以自動解決依賴,非常方便
************************************************************************************
BlogJava - tech.cap - 關于ruby的電子書下載(持續更新2006-3-22)
posted on 2006-04-01 20:08
SIMONE 閱讀(862)
評論(0) 編輯 收藏 所屬分類:
Ruby on rails