Ruby on Rails on Windows
It's always good to look at other languages and frameworks so I decided to try out Ruby on Rails.
I've just tried to install RoR onto Windows 7 using the instructions on the http://rubyonrails.org/download page. and it failed with the error:
Could not find gem `sqlite3 (>=0)` in any of the gem sources listed in your Gemfile.
All you need to do is to type into the command prompt:
gem install sqlite3
Once that has finished you'll need to get the appropriate dll from http://www.sqlite.org/sqlitedll-3_7_3.zip. Extract the .dll file into your ruby/bin folder (wherever you installed Ruby). You should now be able to start up the rails server by typing:
rails server
To see your app running type http://localhost:3000/ into your web browser
- Posted in:
- RoR


Comment by Aaron Greenlee – April 04, 2011
Comment by John Whish – April 04, 2011
https://www.facebook.com/pages/Ruby-On-Rails-Lounge/193251087376948
Regards
Pervara
Comment by Pervara Kapadia – April 08, 2011
Comment by efe – April 10, 2011
Much appreciated!
-D
Comment by dschwozzle – May 06, 2011
Comment by Rooby G – January 26, 2012