How to create rails application for specific rails version ?
If you have multiple Rails versions installed on your application and if you want to create Rails application,
rails demo
then in this case, it will create Rails application with latest version installed on our machine.
If you want to create Rails application for specific rails versions, use following command
rails _2.1.0_ demo
demo – rails application name with version 2.1.0