Rails Rails 3.2 RC1

huacnlee · December 20, 2011 · Last by Psi replied at February 04, 2012 · 2203 hits
  • Faster dev mode & routing (这玩意儿期待了很久啊)
  • Explain queries
  • Tagged logger
  • Active Record Store

更多详细的更新内容:https://gist.github.com/1499751

Try it out:

$ gem install rails --pre

or Gemfile

gem "rails", "3.2.0.rc1"
# ...
group :assets do
  gem 'sprockets', '2.1.2'
  gem 'sass-rails',   '3.2.0'
  gem 'coffee-rails', '3.2.0'
  # ...
end
$ bundle update rails

似乎 Cells 无法跑起来

试了一下,开发模式下速度流畅不少,爽!

DHH 在 twitter 上说 dhh: We've been developing Basecamp Next on Rails 3.2 for a while now. It's awesome. The faster dev mode alone is worth the upgrade.

You need to Sign in before reply, if you don't have an account, please Sign up first.