[Rails-core] Merging Better Nested Set?

2007-11-14 Thread Krishna Dole
Hi, Now that acts_as_nested_set has been moved to a plugin, there has been talk on the Better Nested Set mailing list of merging our work into the official rails plugin. Before I put a patch together, I wanted to ask if the core team would be receptive to this. Is the official acts_as_nested_set

[Rails-core] Re: Should I make plugin tests project-independent?

2007-10-23 Thread Krishna Dole
Thanks for the quick response, Josh and Rick. Krishna On 10/23/07, Rick Olson <[EMAIL PROTECTED]> wrote: > > On 10/23/07, Krishna Dole <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I'm working on a patch for the official auto_complete plugin. I

[Rails-core] Should I make plugin tests project-independent?

2007-10-23 Thread Krishna Dole
Hi, I'm working on a patch for the official auto_complete plugin. I noticed that a lot of the new plugins (e.g. acts_as_tree) are set up to be testable outside of a rails project. Is this now considered best practice? If so I'll make that change while I'm working on the plugin. Thanks, Krishna