Hi, it works for me.
But generally, classes that are loaded through dependency autoloading during the plugin load process (i.e. init.rb evaluation) won't be reloaded for subsequent requests in dev mode. http://weblog.techno-weenie.net/2007/1/26/understanding-the-rails-plugin-initialization-process (IMO this is a really annoying feature and it's a pitty that it hasn't been revisited in Rails 2.0) If this is related to your problem you can try to remove the affected directories from Dependencies.load_once_paths like: Dependencies.load_once_paths.delete(path) Or try not to load them during the plugin loading stage ... Am 12.12.2007 um 17:41 schrieb Artūras Šlajus: > Hello, > > Rails 2.0.1 does not reload engine-based plugin controllers and > models in development mode. > > You have to restart mongrel to get them reloaded. > > Anyone else has this issue? > > _______________________________________________ > Engine-Developers mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org -- sven fuchs [EMAIL PROTECTED] artweb design http://www.artweb-design.de grünberger 65 + 49 (0) 30 - 47 98 69 96 (phone) d-10245 berlin + 49 (0) 171 - 35 20 38 4 (mobile) _______________________________________________ Engine-Developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
