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