Thanks to Radar on the #rubyonrails irc channel for showing me the way with this one. Basically, I updated my rails gem to rails 2.1, and I had not frozen rails in all of my projects. This broke my mephisto project for this site on my development machine, so I wanted to freeze rails version 2.0.2 to this project. Here’s how it’s done:
rake rails:freeze:gems VERSION=2.0.2

Leave a Reply