Week of January 22-28, 2012

Not so much, really. There were still plenty of cleanup commits during the week, but new features slowed to a trickle.

  • c8504b1b deletes ActiveSupport::TestCase#pending. We can all just use skip instead.
  • 080bd83d introduces a create_join_table migration helper to easily create HABTM join tables. About time.