Rails 2.1: Time zones, dirty, caching, gem dependencies, caching, etc

いつもの癖でサーバにログインして

# gem update

したら

Updating installed gems
Bulk updating Gem source index for: http://gems.rubyforge.org/
Updating actionmailer
Bulk updating Gem source index for: http://gems.rubyforge.org/
Successfully installed activesupport-2.1.0
Successfully installed actionpack-2.1.0
Successfully installed actionmailer-2.1.0
Updating activerecord
Successfully installed activesupport-2.1.0
Successfully installed actionpack-2.1.0
Successfully installed actionmailer-2.1.0
Successfully installed activerecord-2.1.0
Updating activeresource
Successfully installed activesupport-2.1.0
Successfully installed actionpack-2.1.0
Successfully installed actionmailer-2.1.0
Successfully installed activerecord-2.1.0
Successfully installed activeresource-2.1.0
Updating rails
Successfully installed activesupport-2.1.0
Successfully installed actionpack-2.1.0
Successfully installed actionmailer-2.1.0
Successfully installed activerecord-2.1.0
Successfully installed activeresource-2.1.0
Successfully installed rails-2.1.0
Updating sqlite3-ruby
Building native extensions.  This could take a while...
Successfully installed activesupport-2.1.0
Successfully installed actionpack-2.1.0
Successfully installed actionmailer-2.1.0
Successfully installed activerecord-2.1.0
Successfully installed activeresource-2.1.0
Successfully installed rails-2.1.0
Successfully installed sqlite3-ruby-1.2.2
Gems updated: activesupport, actionpack, actionmailer, activesupport, actionpack, actionmailer, activerecord, activesupport, actionpack, actionmailer, activerecord, activeresource, activesupport, actionpack, actionmailer, activerecord, activeresource, rails, activesupport, actionpack, actionmailer, activerecord, activeresource, rails, sqlite3-ruby

おおっと、Rails 2.1 が出てますよ。

New features
The new major features are:

* Time zones (by Geoff Buesing): Tutorial | Introdction | Railscast
* Dirty tracking: Introduction (partial updates) | Railscast
* Gem Dependencies: Introduction | Railscast
* Named scope (by Nick Kallen): Introduction | Railscast
* UTC-based migrations: Introduction | Railscast
* Better caching: Introduction

Rails 2.1: Time zones, dirty, caching, gem dependencies, caching, etc | Riding Rails

最近 Rails でコード書いてないなぁ。早く CGI から Rails に移行したい、と思いつつ時間が取れずにまだ CGI のコードを直してます orz。