Re: [Rails-core] The state of the Wiki

2006-01-16 Thread zdennis
Ben Reubenstien wrote: Hi Justin ~ The cleaning of the Wiki is appreciated by the entire community. Script.aculo.us recently had some much more obtrusive editing with entire articles being removed and replaced with gambling ads. They have implemented a verification

[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 h

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-19 Thread zdennis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff Lindsay wrote: > 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? : ) Here is a link to 0.0.1 of the ActiveRecord IO Mode plugin: http://ww

[Rails-core] ActiveRecord Love While We're At It

2006-07-14 Thread zdennis
e best API for these enhancements to AR's performance. Until it is able to be reviewed by the core team when it's released I'll be releasing it as the ActiveRecord::Optimizations plugin. I wrote a upcoming post on it here: http://blogs.mktec.com/zdennis/articles/category/ruby

Re: [Rails-core] ActiveRecord Love While We're At It

2006-07-14 Thread zdennis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Manfred Stienstra wrote: > > On 14-jul-2006, at 9:50, zdennis wrote: > >> Until it is able to be reviewed by the core team when it's released I'll >> be releasing it as the ActiveRecord::Optimizations plugin. I wrot

[Rails-core] ActiveRecord, create Optimization Patch

2006-07-16 Thread zdennis
about it the more it seems that this sort of thing should be in core. Thoughts? Zach -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEuuhyMyx0fW1d8G0RAiDTAJ9GceqhS2lyR4OL+FrajQjenLmPOACfVpia Z4tSCY8kl/kncnbRe6

Re: [Rails-core] ActiveRecord, create Optimization Patch

2006-07-16 Thread zdennis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Bradley wrote: > * zdennis ([EMAIL PROTECTED]) [060716 20:33]: >> Could someone check this out and give some feedback? I have started to >> develop this as a separate plugin for ActiveRecord, but the more I think >> about

Re: [Rails-core] ActiveRecord, create Optimization Patch

2006-07-16 Thread zdennis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Bradley wrote: > * zdennis ([EMAIL PROTECTED]) [060716 20:33]: > > Not commenting on the viability of the patch as a whole, but perhaps > rather than :fast / :fastest it would be better to drop :fast (which as > I understand it

Re: [Rails-core] ActiveRecord, create Optimization Patch

2006-07-17 Thread zdennis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Koziarski wrote: > On 7/17/06, James Adam <[EMAIL PROTECTED]> wrote: > >> Since the behaviour is different from that of create (i.e. no object >> instances are returned), why not just define a new method which >> clearly indicates it's aptitud

Re: [Rails-core] ActiveRecord, create Optimization Patch

2006-07-17 Thread zdennis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James Adam wrote: > On 7/17/06, zdennis <[EMAIL PROTECTED]> wrote: > >> AR is so well thought out and designed, this seems >> like a core feature that is just simply missing. > > > Since you are looking for

Re: [Rails-core] ActiveRecord, create Optimization Patch

2006-07-17 Thread zdennis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James Adam wrote: > On 7/17/06, zdennis <[EMAIL PROTECTED]> wrote: > >> > That said, I think providing an 'import' method as a plugin would >> > certainly be useful to some people (especially those too la

Re: [Rails-core] ActiveRecord, create Optimization Patch

2006-07-18 Thread zdennis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nicholas Seckar wrote: > > I think there are two separate cases: one where you want to insert a > *lot* of records that you know to be valid, and another to insert a > bunch of records that you do not trust to be valid. I 100% agree with this state

Re: [Rails-core] Adding :having to Active Record

2006-08-12 Thread zdennis
mit a patch to me and I'll make it apart of my plugin, ActiveRecord Extensions and I'll give you credit for your addition. http://blogs.mktec.com/zdennis/articles/2006/08/03/activerecord-optimizations-er-extensions-0-0-3 I am working on documentation and some additional features for 0.4