Skip to content

Instantly share code, notes, and snippets.

@billgloff
Created September 1, 2012 00:57
Show Gist options
  • Save billgloff/3562082 to your computer and use it in GitHub Desktop.
Save billgloff/3562082 to your computer and use it in GitHub Desktop.
rails 2.3 on jruby
DEPRECATION WARNING: Giving :session_key to SessionStore is deprecated, please use :key instead. (called from build at /Users/billgloff/.rvm/gems/jruby-head/gems/actionpack-2.3.14/lib/action_controller/middleware_stack.rb:72)
SQL (4.0ms) SET SQL_AUTO_IS_NULL=0
Processing ApplicationController#index (for 0:0:0:0:0:0:0:1 at 2012-08-31 18:29:43) [GET]
NoMethodError (undefined method `sub!' for nil:NilClass):
org/jruby/RubyBasicObject.java:1656:in `method_missing'
org/jruby/RubyProc.java:249:in `call'
org/jruby/RubyArray.java:1612:in `each'
org/jruby/RubyArray.java:1612:in `each'
/Users/billgloff/.rvm/rubies/jruby-head/lib/ruby/1.9/webrick/httpserver.rb:138:in `service'
/Users/billgloff/.rvm/rubies/jruby-head/lib/ruby/1.9/webrick/httpserver.rb:94:in `run'
/Users/billgloff/.rvm/rubies/jruby-head/lib/ruby/1.9/webrick/server.rb:191:in `start_thread'
Rendered rescues/_trace (36.0ms)
Rendered rescues/_request_and_response (9.0ms)
Rendering rescues/layout (internal_server_error)
DEPRECATION WARNING: Giving :session_key to SessionStore is deprecated, please use :key instead. (called from build at /Users/billgloff/.rvm/gems/jruby-head/gems/actionpack-2.3.14/lib/action_controller/middleware_stack.rb:72)
SQL (4.0ms) SET SQL_AUTO_IS_NULL=0
Processing ApplicationController#index (for 0:0:0:0:0:0:0:1 at 2012-08-31 18:29:43) [GET]
NoMethodError (undefined method `sub!' for nil:NilClass):
org/jruby/RubyBasicObject.java:1656:in `method_missing'
org/jruby/RubyProc.java:249:in `call'
org/jruby/RubyArray.java:1612:in `each'
org/jruby/RubyArray.java:1612:in `each'
/Users/billgloff/.rvm/rubies/jruby-head/lib/ruby/1.9/webrick/httpserver.rb:138:in `service'
/Users/billgloff/.rvm/rubies/jruby-head/lib/ruby/1.9/webrick/httpserver.rb:94:in `run'
/Users/billgloff/.rvm/rubies/jruby-head/lib/ruby/1.9/webrick/server.rb:191:in `start_thread'
Rendered rescues/_trace (36.0ms)
Rendered rescues/_request_and_response (9.0ms)
Rendering rescues/layout (internal_server_error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment