Skip to content

Instantly share code, notes, and snippets.

@skyfallsin
Created December 6, 2008 16:28
Show Gist options
  • Save skyfallsin/32911 to your computer and use it in GitHub Desktop.
Save skyfallsin/32911 to your computer and use it in GitHub Desktop.
merb : worker (port 4000) ~ Started request handling: Sat Dec 06 08:27:40 -0800 2008
merb : worker (port 4000) ~ Routed to: {"format"=>nil, "action"=>"show", "id"=>"1", "controller"=>"products"}
merb : worker (port 4000) ~ Params: {"format"=>nil, "action"=>"show", "id"=>"1", "controller"=>"products"}
merb : worker (port 4000) ~ undefined local variable or method `params' for #<ParseTreeArray:0x2575e48> - (NameError)
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.3/lib/merb-action-args/get_args.rb:52:in `get_args'
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.3/lib/merb-action-args/get_args.rb:51:in `eval'
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.3/lib/merb-action-args/get_args.rb:52:in `get_args'
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.3/lib/merb-action-args/get_args.rb:51:in `each'
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.3/lib/merb-action-args/get_args.rb:51:in `get_args'
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.3/lib/merb-action-args/get_args.rb:86:in `get_args'
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.3/lib/merb-action-args/abstract_controller.rb:14:in `inherited'
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.3/lib/merb-action-args/abstract_controller.rb:32:in `call'
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.3/lib/merb-action-args/abstract_controller.rb:32:in `default'
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.3/lib/merb-action-args/abstract_controller.rb:32:in `[]'
/usr/local/lib/ruby/gems/1.8/gems/merb-action-args-1.0.3/lib/merb-action-args/abstract_controller.rb:32:in `_call_action'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.3/lib/merb-core/controller/abstract_controller.rb:285:in `_dispatch'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.3/lib/merb-core/controller/merb_controller.rb:252:in `_dispatch'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.3/lib/merb-core/dispatch/dispatcher.rb:102:in `dispatch_action'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.3/lib/merb-core/dispatch/dispatcher.rb:74:in `handle'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.3/lib/merb-core/dispatch/dispatcher.rb:36:in `handle'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.3/lib/merb-core/rack/application.rb:17:in `call'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.3/lib/merb-core/rack/middleware/static.rb:28:in `call'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.3/lib/merb-core/rack/handler/mongrel.rb:82:in `process'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment