Being adventurous having my first Rails appplication in production since August 2007, I read about the impending Rails 2.0 release. As I understand it, there was to be a 1.2.4 release and it was supposed to be mostly made up of security fixes and deprecation notices that will help you prepare for Rails 2.0.
Being cautious, I froze Rails 1.2.3 into the Vendor Directory using rake:freeze:gems.
Then I gem install rails --include-dependencies
Surprise...Surprise, the update is to Rails 1.2.5 !
More at http://cch4rails.blogspot.com…