Ruby on Rails 3 - Console options - Create a project

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.

Add new comment

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.