rails demo_apps
In this case, it will create Rails application "apps" with latest version installed on our machine.
If you want to create Rails application for specific rails versions, use below command
rails _x.x.x_ <appname>
example of
rails _2.2.2_ demo_apps
Posted on February 03, 2014 by Amit Pandya in Rails