Install Ruby on Rails on Windows

1. Get the latest Ruby installer from www.ruby-lang.org

2. Update gem:

$ gem update –system

3. Install rails:

$ gem install rails

4. Install sqlite3 gem:

$ gem install sqlite3-ruby

5. Install mysql gem

$ gem install mysql

Done! You now can create your first application:

$ rails myprojectname

Posted in Rails, Technologies.

Tagged with , .


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.