Rails 3.2 RC1 released!

Woke up this morning to a tweet by DHH:

Rails 3.2 (Release Candidate 1) has been released! And it has pretty exciting features to boot like:

  • Faster dev mode & routing
  • Explain queries
  • Tagged logger
  • ActiveRecord Store

I’m in particularly excited about tagged logging. For far too long, developers have to struggle with trying to figure out whose Logger.info belonged to who.

Can’t wait to try them out.