Re: [Rails-core] eager load bug?

2011-02-15 Thread Ernie Miller
On Feb 15, 2011, at 5:07 AM, Robert Pankowecki robert.pankowe...@gmail.com wrote: o = Organization.first o.people.includes(:addresses).each do |p| puts p puts p.addresses end # 2 queries are executed, normal and for eager loading addresses but o.people.loaded? = false Is that a bug or

[Rails-core] Re: Looking for maintainers of Rails plugins

2011-02-15 Thread david-kerins
Santiago, are you still going to follow up on this. I haven't heard from you so maybe you don't need me as a maintainer. Please let me know. Thanks. David On Feb 1, 8:04 pm, Santiago Pastorino santi...@wyeworks.com wrote: We are looking for maintainers for the rails plugins listed

Re: [Rails-core] Re: Looking for maintainers of Rails plugins

2011-02-15 Thread Santiago Pastorino
Hey guys, yeah I will post the list of repositories and maintainers ASAP, sorry about the delay, too much work here :(. Cheers, Santiago. On Tue, Feb 15, 2011 at 2:53 PM, david-kerins bitbox...@gmail.com wrote: Santiago, are you still going to follow up on this.  I haven't heard from you so

[Rails-core] Re: Postgres adapter optimization for add_column method

2011-02-15 Thread matthewrudyjac...@gmail.com
This is interesting. I think there aren't so many of us using Postgres so quite a few bugs seem to have crept in over time. Perhaps you can also implement some optimisations like Pratik has done for multi column changes on MySQL http://m.onkey.org/bulk-alter-table-with-rails-3-and-mysql -- You

Re: [Rails-core] Re: Postgres adapter optimization for add_column method

2011-02-15 Thread Andrew Kaspick
As a postgres user, +1 to the optimizations. On Tue, Feb 15, 2011 at 7:49 PM, matthewrudyjac...@gmail.com matthewrudyjac...@gmail.com wrote: This is interesting. I think there aren't so many of us using Postgres so quite a few bugs seem to have crept in over time. Perhaps you can also