Setting up your first Rails application in Windows 7 and more
Posted in ruby on September 25th, 2010 by Aditya – 10 CommentsMost, if not all, Rails applications start through the same way: rails command. The command essentially creates a skeleton Rails application in a directory of your choice. To get started, make a directory for your Rails projects and then run the rails command to make the first application. read more »