On 10/23/07, Krishna Dole <[EMAIL PROTECTED]> wrote: > > 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.
I think it's preferable if you can assume that the rails gem is available. Some kind of plugin test helper would indeed be pretty nice though. Have it check for vendor/rails or a specific GEM version (or not, if it's an edge-only plugin). -- Rick Olson http://lighthouseapp.com http://weblog.techno-weenie.net http://mephistoblog.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
