[Rails-core] after_create bug in Rails 3

2011-08-17 Thread Pan Thomakos
Hi, I realized the order of the after_create callback is dependent on where in the class it is defined. I wrote a blog post about it, but am not sure where in the code one might begin to resolve this issue. I'm hoping someone else might be able to help out or guide me in the right direction:

Re: [Rails-core] Rails releases

2011-08-17 Thread gerbdla
Thanks Aaron for the good work with getting this release in shape. David On Wed, Aug 17, 2011 at 12:50 PM, Ken Collins wrote: > > Big thanks Aaron! > > I got patches in the SQL Server adapter for the vulnerabilities (all > versions) and all tests green for the 3.1.0 release candidate again. I k

Re: [Rails-core] Rails releases

2011-08-17 Thread Ken Collins
Big thanks Aaron! I got patches in the SQL Server adapter for the vulnerabilities (all versions) and all tests green for the 3.1.0 release candidate again. I know sometimes I am a little upset when not one person chimes in and says kudos to the good work, so let me say it again. Awesome job t

[Rails-core] Re: Debug assets by config

2011-08-17 Thread Andrey Sitnik
Done https://github.com/rails/rails/pull/2411 (I forgot to add link :) ) On Aug 16, 7:26 pm, Aaron Patterson wrote: > On Tue, Aug 16, 2011 at 03:35:09AM -0700, Andrey Sitnik wrote: > > Hi! I wrote patch to debug assets (include it in html page separated > > by files, not in one big file) by confi

Re: [Rails-core] mysql connections problem

2011-08-17 Thread Ryan Bigg
Agreed. This is not a rails-core issue. Please ask this on the rubyonrails-talk mailing list instead. On Wednesday, 17 August 2011 at 7:55 PM, Ben Langfeld wrote: > The obvious omission from your post is the platform on which you deploy > rails. This is where responsibility lies, and it does

Re: [Rails-core] mysql connections problem

2011-08-17 Thread Ben Langfeld
The obvious omission from your post is the platform on which you deploy rails. This is where responsibility lies, and it doesn't sound like this is a rails-core issue. Regards, Ben Langfeld On Wed, Aug 17, 2011 at 9:10 AM, Maksym Melnychok wrote: > Hi guys, > > recently switched to percona 5.5

[Rails-core] mysql connections problem

2011-08-17 Thread Maksym Melnychok
Hi guys, recently switched to percona 5.5 and started having "too many connections" exceptions i noticed that exceptions started popping up on the very first slave we pushed into the pool so it seems like after redeploy rails does not kill old connections to mysql anyone had such problem befo