Any ideas on this?  On a "from scratch, do nothing app" I'm getting
this error when mixing engines plugin and the exception_notification
plugin...

Engines by themselves work and exception_notification by itself works
but I can't seem to combine the two

I read through the news site on engines and didn't see this covered...
anyone have any ideas.

*  Upgraded to Rails 1.2.1 (and updated all gems)

*  Did a Rails rails12test

*  script/plugin install
http://dev.rubyonrails.org/svn/rails/plugins/exception_notification/

*  set that up like you normally do (enviroment/application settings)

* put up a dummy controller... app runs fine

* ruby script/plugin install http://svn.rails-engines.org/plugins/engines

* added the line to environment:
    config.plugins = %W( engines exception_notification )

* run app and I get a:

ben-wiseleys-computer:~/dev/rail12test wiseleyb$ mongrel_rails start
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
/opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.0/lib/active_support/dependencies.rb:250:in
`load_missing_constant': Expected
/Users/wiseleyb/dev/rail12test/config/../vendor/plugins/exception_notification/lib/exception_notifier.rb
to define ExceptionNotifier (LoadError)
        from 
/opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.0/lib/active_support/dependencies.rb:453:in
`const_missing'
        from 
/opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.0/lib/active_support/dependencies.rb:465:in
`const_missing'
        from /Users/wiseleyb/dev/rail12test/config/environment.rb:61
        from 
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
        from 
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
        from 
/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:155:in
`rails'
        from 
/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:112:in
`cloaker_'
        from 
/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:138:in
`call'
         ... 6 levels...
        from 
/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in
`run'
        from 
/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243
        from /opt/local/bin/mongrel_rails:18:in `load'
        from /opt/local/bin/mongrel_rails:18
_______________________________________________
engine-developers mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org

Reply via email to