Skip to content

Instantly share code, notes, and snippets.

@andywenk
Created June 5, 2012 19:44
Show Gist options
  • Save andywenk/2877297 to your computer and use it in GitHub Desktop.
Save andywenk/2877297 to your computer and use it in GitHub Desktop.
eventful_exception
: rails s
=> Booting WEBrick
=> Rails 3.2.5 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2012-06-05 21:37:45] INFO WEBrick 1.3.1
[2012-06-05 21:37:45] INFO ruby 1.8.7 (2012-01-07) [java]
[2012-06-05 21:37:45] INFO WEBrick::HTTPServer#start: pid=45665 port=3000
[2012-06-05 21:39:56] ERROR NoMethodError: undefined method `debug_rjs=' for ActionView::Base:Class
org/jruby/RubyKernel.java:1955:in `send'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/action_view/railtie.rb:42:in `Railtie'
/Users/andwen/.rvm/gems/jruby-head/gems/activesupport-3.2.5/lib/active_support/ordered_hash.rb:162:in `each'
org/jruby/RubyArray.java:1609:in `each'
/Users/andwen/.rvm/gems/jruby-head/gems/activesupport-3.2.5/lib/active_support/ordered_hash.rb:162:in `each'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/action_view/railtie.rb:41:in `Railtie'
org/jruby/RubyKernel.java:1920:in `instance_eval'
/Users/andwen/.rvm/gems/jruby-head/gems/activesupport-3.2.5/lib/active_support/lazy_load_hooks.rb:36:in `execute_hook'
/Users/andwen/.rvm/gems/jruby-head/gems/activesupport-3.2.5/lib/active_support/lazy_load_hooks.rb:43:in `run_load_hooks'
org/jruby/RubyArray.java:1609:in `each'
/Users/andwen/.rvm/gems/jruby-head/gems/activesupport-3.2.5/lib/active_support/lazy_load_hooks.rb:42:in `run_load_hooks'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/action_view/base.rb:218:in `Base'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/action_view/base.rb:134:in `ActionView'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/action_view/base.rb:9:in `(root)'
org/jruby/RubyKernel.java:961:in `require'
/Users/andwen/.rvm/gems/jruby-head/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `require'
/Users/andwen/.rvm/gems/jruby-head/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:236:in `load_dependency'
/Users/andwen/.rvm/gems/jruby-head/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `require'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/action_view/base.rb:1:in `(root)'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/abstract_controller/view_paths.rb:35:in `Rendering'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/abstract_controller/rendering.rb:33:in `AbstractController'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/abstract_controller/rendering.rb:5:in `(root)'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/abstract_controller/rendering.rb:195:in `Layouts'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/abstract_controller/layouts.rb:192:in `AbstractController'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/abstract_controller/layouts.rb:3:in `(root)'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/abstract_controller/layouts.rb:182:in `Base'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/action_controller/base.rb:171:in `ActionController'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/action_controller/base.rb:3:in `(root)'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/action_controller/base.rb:31:in `ext'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/action_dispatch/middleware/static.rb:15:in `match?'
/Users/andwen/.rvm/gems/jruby-head/gems/actionpack-3.2.5/lib/action_dispatch/middleware/static.rb:56:in `call'
/Users/andwen/.rvm/gems/jruby-head/gems/railties-3.2.5/lib/rails/engine.rb:479:in `call'
/Users/andwen/.rvm/gems/jruby-head/gems/railties-3.2.5/lib/rails/application.rb:220:in `call'
/Users/andwen/.rvm/gems/jruby-head/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call'
/Users/andwen/.rvm/gems/jruby-head/gems/railties-3.2.5/lib/rails/rack/log_tailer.rb:17:in `call'
/Users/andwen/.rvm/gems/jruby-head/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service'
/Users/andwen/.rvm/rubies/jruby-head/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/Users/andwen/.rvm/rubies/jruby-head/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/Users/andwen/.rvm/rubies/jruby-head/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
org/jruby/RubyProc.java:269:in `call'
org/jruby/RubyProc.java:223:in `call'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment