Week of August 13 - August 19, 2012

Looks like there's some focus on ActiveRecord optimizations currently. That's work that many people will welcome.

  • DHH's routing concerns plugin gets merged to the main line at 0dd24728b - documentation is at 0bd7b07d. This lets you tidy up your routes.rb file by declaring common reusable resources.
  • 0d0d4622 adds Request#formats=(extensions) to let you set a prioritized list of multiple formats to use in response.