We’ve released Ruby on Rails 2.3.9 (gem and git tag) to extend the 2.3.8 bridge a few steps closer to Rails 3 and Ruby 1.9. If your app runs on Rails 2.3.9 without deprecation warnings, you’re looking good for an upgrade to Rails 3. Deprecations Changes i18n named-interpolation syntax from the deprecated Hello to the 1.9-native Hello %{name}. Replaces Kernel#returning with Object#tap which is nati