Specifying rails version to use when creating a new application

I found here an undocumented option to create a new application using an older version of Rails.

rails _2.1.0_ new myapp 

Leave a Comment