[Rails-core] Tickets #4433 and #4769 - AssociationProxy stuff

2006-04-18 Thread Josh Susser
Regarding: http://dev.rubyonrails.org/ticket/4433 I created a small patch for this ticket that makes an association's owner and reflection available to code in extensions. I'd like to get some feedback on the approach I took and some indication as to whether this might be accepted into t

[Rails-core] ActiveRecord , Looking For Feedback

2006-04-18 Thread zdennis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have been working on a temporary tables plugin/extension for ActiveRecord since early January 2006 as I have needed to support hundreds of thousands of rows being inserted at a time every few hours. I mentioned it on the list and got a few private

Re: [Rails-core] ActiveRecord , Looking For Feedback

2006-04-18 Thread zdennis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 zdennis wrote: > > I currently use RoR on a few small web sites, and some internal webapps, but > I spend 90% of my time with RoR with AR optimizing > it's speed. > I forgot to add, the 90% of my time with AR is because of a huge intranet driven

Re: [Rails-core] ActiveRecord , Looking For Feedback

2006-04-18 Thread Michael Koziarski
> > I currently use RoR on a few small web sites, and some internal webapps, > > but I spend 90% of my time with RoR with AR optimizing > > it's speed. Are you only noticing this speed problem with big batch operations like you mentioned in the earlier email? When working with an ORM, it's fairl

Re: [Rails-core] ActiveRecord , Looking For Feedback

2006-04-18 Thread zdennis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Koziarski wrote: >>>I currently use RoR on a few small web sites, and some internal webapps, but >>>I spend 90% of my time with RoR with AR optimizing >>>it's speed. > > > Are you only noticing this speed problem with big batch operations >

Re: [Rails-core] ActiveRecord , Looking For Feedback

2006-04-18 Thread Jeff Lindsay
Your IO Mode plugin sounds interesting too... care to share it? That and this bulk AR/virtual table both sound useful to me. Release them as plugins? : ) -jeff On 4/18/06, zdennis <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Michael Koziarski wrote: > >>>I curr