To create a project in Ruby on Rails 3 with a console you have to go until the parent folder of your future project. The command line is:
rails new myProject
For example, if you are in this path:
$ C:/ror3/
And you want to create a project named site1. Write this:
$ C:/ror3/ rails new site1
All files will be created.
© Badprog - I want to change the world. And I will.
Add new comment