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
The Geek is the founder of How-To Geek and a geek enthusiast. When he's not coming up with great how-to articles, he's probably writing at his personal blog. This article was written on 09/11/06 and tagged with: Programming, Ruby on Rails

