[Rails-core] Re: Nested Resource Route Helpers

2012-06-07 Thread Michael Boutros
You guys are right. It would be too much work that would only work (accurately) if the three models had strictly one relationship. We could find ways to ensure a greater accuracy but it wouldn't be worth it. And like John said, it has the potential to be greatly misused and open a can of

[Rails-core] Another pull request nag -- PostgreSQL auto-reconnection, take 2

2012-06-07 Thread Steve Jorgensen
Hi all, I have a new pull request pending: https://github.com/rails/rails/pull/6654 This is a new stab at making PostgreSQL auto-reconnection work properly. Adds test coverage to the code that is already supposed to be making the automatic reconnection work, and fixes a problem that was

Re: [Rails-core] Making touch more efficient

2012-06-07 Thread Matt Jones
On Jun 7, 2012, at 6:55 PM, Spike wrote: I'm currently working on a Rails 2.3 project but I think the code hasn't changed much around touching in the latest release so here goes: Touching seems to be less efficient than it could be. Currently it seems to change the updated_at (or other)