Re: [Rails-core] Re: Speeding up ActiveRecord

2012-08-27 Thread Bogdan Gusiev
Mike, probably not in 3.x 2012/8/24 MikeGehard > Are these fixes in master or have they already been released in a 3.x > version? > > > On Wednesday, August 22, 2012 3:57:56 AM UTC-6, Bogdan Gusiev wrote: >> >> I've fixed both issues mentioned in this blog post. >> If there is any other ideas ho

[Rails-core] Re: Speeding up ActiveRecord

2012-08-27 Thread Joe Rafaniello
Hi all, We have extracted our ActiveRecord object instantiation code as a pull request here: https://github.com/rails/rails/pull/7457 Please take a look and see if this would help you with detecting slow instantiations. Thanks, Joe & Jason Frey On Friday, August 17, 2012 8:41:04 AM UTC-4, Mik

[Rails-core] Re: Speeding up ActiveRecord

2012-08-24 Thread MikeGehard
Are these fixes in master or have they already been released in a 3.x version? On Wednesday, August 22, 2012 3:57:56 AM UTC-6, Bogdan Gusiev wrote: > > I've fixed both issues mentioned in this blog post. > If there is any other ideas how we could improve it - please explain them > here. > > On F

[Rails-core] Re: Speeding up ActiveRecord

2012-08-22 Thread Bogdan Gusiev
I've fixed both issues mentioned in this blog post. If there is any other ideas how we could improve it - please explain them here. On Friday, August 17, 2012 3:41:04 PM UTC+3, MikeGehard wrote: > > Good morning all, > > I am wondering if there is any ongoing work to speed up ActiveRecord > obje

[Rails-core] Re: Speeding up ActiveRecord

2012-08-19 Thread dburry
I've had great success with the valium and activerecord-import gems, when it comes to a few places where I need to speed things up because I have hundreds or even many thousands of database rows that need processing and when it just so happens that in those cases I don't need full blown AR obje