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
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.