On 14 Mar 2006 15:16:55 -0000, Kevin Olbrich <[EMAIL PROTECTED]> wrote: > I'd just like to clarify the load behavior of plugins before I go > opening new tickets. > > I developed a couple of plugins that add some functionality to > activerecord, however, when I run unit tests (and the console for that > matter), the plugin does not appear to load. None of the additional > functionality is available. > > Is this intended behavior, or is it a bug? > > _Kevin
I believe plugins are just about the last thing to load. I've written several plugins that modify or add to active record, and the unit tests seem to run fine. -- Rick Olson http://techno-weenie.net _______________________________________________ Rails-core mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-core
