Ruby on Railsのセキュリティフィックスがでたようなのでアップグレードしました。
Ruby on Railsセキュリティフィックス、全ユーザにアップグレードを推奨 (MYCOMジャーナル)
RoR 1.1.3はセキュリティフィックスリリース。主な修正点は次のとおり。
* 特定のURLによってRailsプロセスにおけるCPU占有率が超過するというルーティングに関するセキュリティ問題があることが発見された。RoR 1.1.3ではこの問題が修正されてる
* そのほか細かい問題の修正
環境
# gem install rails --include-dependencies
Attempting local installation of 'rails'
Local gem file not found: rails*.gem
Attempting remote installation of 'rails'
Updating Gem source index for: http://gems.rubyforge.org
Successfully installed rails-1.1.3
Successfully installed activerecord-1.14.3
Successfully installed actionpack-1.12.2
Successfully installed actionmailer-1.2.2
Successfully installed actionwebservice-1.1.3
Installing RDoc documentation for activerecord-1.14.3...
Installing RDoc documentation for actionpack-1.12.2...
Installing RDoc documentation for actionmailer-1.2.2...
Installing RDoc documentation for actionwebservice-1.1.3...
yellowback's blog 日時 : Rails 1.1.4 アップデート