Freeze Ruby on Rails version for your application
Sometimes you will want to freeze the version of Ruby on Rails that you are using to ensure that system level upgrades to the Rails framework don’t break the application you are working on. From within your project directory, you will want to run this command:
rake rails:freeze:gems
This article was originally written on 09/11/06

Daily Email Updates
You can get our how-to articles in your inbox each day for free. Just enter your name and email below:

