2008年5月17日

Ruby on Rails 安裝與設定筆記

一個Ruby on Rails的設定居然弄了好久
非得要把設定步驟給記下來不可
1. Download and follow the instruction on this page
http://rubyonrails.org/down
2. Watch the tutorial mov "Creating a weblog in 15 minutes"
http://media.rubyonrails.org/video/rails_take2_with_sound.mov
3. Then you will get a error mesage because lacking of installation of SQLite3
G:\ROR\ap2>gem install sqlite3-ruby
4. \\path\to\application\config\routes.rb must be added one record like:
map.connect 'ap2/:id', :controller => 'ap2_controller', :action => 'index'

0 Comments:

張貼留言

<< Home