Double Shot #1083

What's New in Edge Rails #60

Week of March 4 - March 10, 2013

As you'd expect at this point in the cycle, commits are slowing down, and most are regression or bug fixes, or documentation tweaks. Not gonna be many new features for a while, I expect.

  • b3373908 allows turning off transactions inside of a particular migration so that you can run SQL queries that can't be transactionalized.

Double Shot #1079

What's New in Edge Rails #59

Week of February 26 - March 3, 2013

The big news, of course, is the release of Rails 4.0 Beta 1. If you haven't paid much attention yet, now's the time to get familiar with the outline of things to come.

  • 202041e7 is the actualy 4.0.0.beta1-tagged commit. Final change: updating the required version of bundler.
  • 40f1642b adds more stylish default pages for 404, 422, and 500 errors.
  • 29387545 adds unscope to the relation chain - I can think of a few spots where I could have used that in my current app.

Double Shot #1078

Double Shot #1077

  • loader.io - Free load-testing application from the makers of SendGrid.
  • Gridhook - Rails engine that provides an endpoint for incoming SendGrid events.

Double Shot #1075

Double Shot #1074

Yes, there's a new Rails beta. Watch out, world.

What's New in Edge Rails #58

Weeks of February 11 - February 25, 2013

  • 9d9b22f4 is another tweak to loading, reversing some earlier decisions. Autoload paths and eager load paths will be separate for Rails 4.0 after all.
  • c9909db9 drops XML parsing from ActionDispatch. If you need it, you can pick upt he new actionpack-xml_parser gem.
  • d3688e02 removes the auto-explain option for ActiveRecord. You can still call explicitly ActiveRecord::Relation#explain. I'll miss this, but I know most Rails folks prefer not to think about the database.

Double Shot #1073

Lots of new releases to report this morning. I guess this is what Rubyists do on the weekend.

Double Shot #1068

subscribe via RSS