Rails version 1.2.5 and Capistrano 2.1
If you blinked you would have missed version 1.2.4. Rails version 1.2.5 has been released. For the most part, it is a security release to fix a JSON problem. If you aren’t using JSON, then it’s optional but never a bad idea.
If you didn’t upgrade to version 1.2.4 already, don’t be alarmed when gem install rails –include-dependencies downloads version 1.2.5 now.
If you want to upgrade to 1.2.5, you can follow the same steps as I outlined previously for 1.2.4.
And Capistrano 2.1 has been released.
Capistrano is a tool for automating tasks on remote servers, especially those running Ruby on Rails applications. It lets system administrators execute commands and roll back changes in parallel across multiple machines.
