This error seems to stem from the gem version of Rails being loaded. This was fixed in an earlier version of the Engines plugin - are you running the latest version (1.1.3)?
- james On 7/21/06, Brad <[EMAIL PROTECTED]> wrote: > I am getting the most frustrating error > > #<NoMethodError: undefined method `clear!' for Controllers:Module> > ["/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/dispatcher.rb:53:in > `reset_application!'", > "/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/dispatcher.rb:75:in > `reset_after_dispatch'", > "/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/dispatcher.rb:46:in > `dispatch'", > "/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/webrick_server.rb:117:in > `handle_dispatch'", > "/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/webrick_server.rb:83:in > `service'", "/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'", > "/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'", > "/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'", > "/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'", > "/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'", > "/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'", > "/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'", > "/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'", > "/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/webrick_server.rb:69:in > `dispatch'", > "./script/../config/../vendor/rails/railties/lib/commands/servers/webrick.rb:59", > "/usr/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'", > "./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:147:in > `require'", > "./script/../config/../vendor/rails/railties/lib/commands/server.rb:39", > "script/server:3"] > > > Cayce Balara wrote: > > Hi James: > > > > Can you elaborate on the 'quick-fix' or point me to a link - I tried to > > search through archives on mailing list below and could not find that > > post. > > > > thanks. > > c. > > > > > > James Adam wrote: > >> Turns out this is an issue in the Engines plugin, and it has been > >> fixed in the release branch - I'll push 1.1.3 out as soon as I get the > >> chance (my powerbook died a few days ago, replacement arriving > >> tomorrow hopefully). A quick-fix has been posted on the mailing list. > >> > >> - james > >> > >> On 5/10/06, Chris Hapgood <[EMAIL PROTECTED]> wrote: > >>> > >>> the gem. > >>> > - james > >>> >> > >>> [email protected] > >>> http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org > >>> > >> > >> > >> -- > >> * J * > >> ~ > > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > engine-users mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org > -- * J * ~ _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
