Started GET "/components/ExtendedServerCaller" for 127.0.0.1 at 2012-12-25 22:03:08 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ExtendedServerCaller"}
  Rendered inline template within layouts/application (371.5ms)
Completed 200 OK in 416ms (Views: 415.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2012-12-25 22:03:11 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2012-12-25 22:03:13 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ExtendedServerCaller" for 127.0.0.1 at 2012-12-25 22:04:19 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ExtendedServerCaller"}
  Rendered inline template within layouts/application (336.7ms)
Completed 200 OK in 343ms (Views: 342.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2012-12-25 22:04:20 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2012-12-25 22:04:20 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/ExtendedServerCaller" for 127.0.0.1 at 2012-12-25 22:04:28 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ExtendedServerCaller"}
  Rendered inline template within layouts/application (314.6ms)
Completed 200 OK in 328ms (Views: 327.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2012-12-25 22:04:29 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2012-12-25 22:04:31 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml


Started GET "/components/ServerCaller" for 127.0.0.1 at 2012-12-25 22:48:59 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (145.6ms)
Completed 200 OK in 157ms (Views: 156.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2012-12-25 22:49:01 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2012-12-25 22:49:03 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=NOaqE5E%2BO7LG5ikC5No5xKepX8mMe76PcaAsBo6Vlvc%3D" for 127.0.0.1 at 2012-12-25 22:49:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"NOaqE5E+O7LG5ikC5No5xKepX8mMe76PcaAsBo6Vlvc="}
Completed 500 Internal Server Error in 2ms

NoMethodError (undefined method `l' for "{\"setTitle\":[\"Response from server\"]}":String):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:64:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.9) lib/active_support/callbacks.rb:425:in `_run__913214277302789611__process_action__3539432732174263871__callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.1) lib/rack/etag.rb:23:in `call'
  rack (1.4.1) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
  rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2794133496118421196__call__1939833487457208284__callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=NOaqE5E%2BO7LG5ikC5No5xKepX8mMe76PcaAsBo6Vlvc%3D" for 127.0.0.1 at 2012-12-25 22:49:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"NOaqE5E+O7LG5ikC5No5xKepX8mMe76PcaAsBo6Vlvc="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `l' for "{\"setTitle\":[\"Response from server\"]}":String):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:64:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.9) lib/active_support/callbacks.rb:425:in `_run__913214277302789611__process_action__3539432732174263871__callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.1) lib/rack/etag.rb:23:in `call'
  rack (1.4.1) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
  rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2794133496118421196__call__1939833487457208284__callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=NOaqE5E%2BO7LG5ikC5No5xKepX8mMe76PcaAsBo6Vlvc%3D" for 127.0.0.1 at 2012-12-25 22:49:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"NOaqE5E+O7LG5ikC5No5xKepX8mMe76PcaAsBo6Vlvc="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `l' for "{\"setTitle\":[\"Response from server\"]}":String):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:64:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.9) lib/active_support/callbacks.rb:425:in `_run__913214277302789611__process_action__3539432732174263871__callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.1) lib/rack/etag.rb:23:in `call'
  rack (1.4.1) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
  rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2794133496118421196__call__1939833487457208284__callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.3ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2012-12-25 23:15:09 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (17.1ms)
Completed 200 OK in 29ms (Views: 28.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2012-12-25 23:15:09 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2012-12-25 23:15:11 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms)


Started GET "/components/ComponentLoader" for 127.0.0.1 at 2012-12-25 23:15:23 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentLoader"}
  Rendered inline template within layouts/application (34.9ms)
Completed 200 OK in 38ms (Views: 37.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2012-12-25 23:15:23 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2012-12-25 23:15:23 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=NOaqE5E%2BO7LG5ikC5No5xKepX8mMe76PcaAsBo6Vlvc%3D" for 127.0.0.1 at 2012-12-25 23:15:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"component_loader", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"componentloader"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"NOaqE5E+O7LG5ikC5No5xKepX8mMe76PcaAsBo6Vlvc="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=NOaqE5E%2BO7LG5ikC5No5xKepX8mMe76PcaAsBo6Vlvc%3D" for 127.0.0.1 at 2012-12-25 23:15:39 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"component_loader", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"componentloader,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"NOaqE5E+O7LG5ikC5No5xKepX8mMe76PcaAsBo6Vlvc="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2012-12-25 23:24:17 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (27.6ms)
Completed 200 OK in 36ms (Views: 35.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2012-12-25 23:24:17 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2012-12-25 23:24:17 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml
   (0.1ms)  select sqlite_version(*)
   (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Connecting to database specified by database.yml
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Connecting to database specified by database.yml
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.2ms)  select sqlite_version(*)
   (1.5ms)  CREATE TABLE "netzke_component_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "component" varchar(255), "user_id" integer, "role_id" integer, "value" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (1.1ms)  CREATE INDEX "index_netzke_component_states_on_component" ON "netzke_component_states" ("component")
   (0.9ms)  CREATE INDEX "index_netzke_component_states_on_role_id" ON "netzke_component_states" ("role_id")
   (1.0ms)  CREATE INDEX "index_netzke_component_states_on_user_id" ON "netzke_component_states" ("user_id")
   (0.9ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.9ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.1ms)  SELECT version FROM "schema_migrations"
   (1.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20110110132720')


Started GET "/" for 127.0.0.1 at 2012-12-31 09:41:32 +0700

ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
  activerecord (3.2.9) lib/active_record/query_cache.rb:67:in `rescue in call'
  activerecord (3.2.9) lib/active_record/query_cache.rb:61:in `call'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4456271172784348822__call__3004882068585824054__callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.3ms)


Started GET "/" for 127.0.0.1 at 2012-12-31 09:41:42 +0700

ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
  activerecord (3.2.9) lib/active_record/query_cache.rb:67:in `rescue in call'
  activerecord (3.2.9) lib/active_record/query_cache.rb:61:in `call'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__3778843269507237151__call__413199155942539028__callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.7ms)


Started GET "/" for 127.0.0.1 at 2012-12-31 09:42:03 +0700

ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
  activerecord (3.2.9) lib/active_record/query_cache.rb:67:in `rescue in call'
  activerecord (3.2.9) lib/active_record/query_cache.rb:61:in `call'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__553478701237748901__call__722162888014062755__callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  rack (1.4.1) lib/rack/content_length.rb:14:in `call'
  railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
  thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
  thin (1.5.0) lib/thin/connection.rb:79:in `catch'
  thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
  thin (1.5.0) lib/thin/connection.rb:54:in `process'
  thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
  eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
  eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
  thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
  thin (1.5.0) lib/thin/server.rb:159:in `start'
  rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
  rack (1.4.1) lib/rack/server.rb:265:in `start'
  railties (3.2.9) lib/rails/commands/server.rb:70:in `start'
  railties (3.2.9) lib/rails/commands.rb:55:in `block in <top (required)>'
  railties (3.2.9) lib/rails/commands.rb:50:in `tap'
  railties (3.2.9) lib/rails/commands.rb:50:in `<top (required)>'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `require'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
  script/rails:6:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.3ms)


Started GET "/" for 127.0.0.1 at 2012-12-31 09:42:05 +0700

ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
  activerecord (3.2.9) lib/active_record/query_cache.rb:67:in `rescue in call'
  activerecord (3.2.9) lib/active_record/query_cache.rb:61:in `call'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__553478701237748901__call__722162888014062755__callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  rack (1.4.1) lib/rack/content_length.rb:14:in `call'
  railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
  thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
  thin (1.5.0) lib/thin/connection.rb:79:in `catch'
  thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
  thin (1.5.0) lib/thin/connection.rb:54:in `process'
  thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
  eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
  eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
  thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
  thin (1.5.0) lib/thin/server.rb:159:in `start'
  rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
  rack (1.4.1) lib/rack/server.rb:265:in `start'
  railties (3.2.9) lib/rails/commands/server.rb:70:in `start'
  railties (3.2.9) lib/rails/commands.rb:55:in `block in <top (required)>'
  railties (3.2.9) lib/rails/commands.rb:50:in `tap'
  railties (3.2.9) lib/rails/commands.rb:50:in `<top (required)>'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `require'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
  script/rails:6:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.4ms)
Connecting to database specified by database.yml
   (0.1ms)  select sqlite_version(*)
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Connecting to database specified by database.yml
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 


Started GET "/" for 127.0.0.1 at 2012-12-31 09:44:56 +0700
Connecting to database specified by database.yml
Processing by WelcomeController#index as HTML
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2012-12-31 09:45:01 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (17.0ms)
Completed 200 OK in 22ms (Views: 21.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2012-12-31 09:45:01 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2012-12-31 09:45:01 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/" for 127.0.0.1 at 2012-12-31 09:45:09 +0700

ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
  activerecord (3.2.9) lib/active_record/query_cache.rb:67:in `rescue in call'
  activerecord (3.2.9) lib/active_record/query_cache.rb:61:in `call'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__3778843269507237151__call__413199155942539028__callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms)


Started GET "/" for 127.0.0.1 at 2012-12-31 09:45:11 +0700

ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
  activerecord (3.2.9) lib/active_record/query_cache.rb:67:in `rescue in call'
  activerecord (3.2.9) lib/active_record/query_cache.rb:61:in `call'
  activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__3778843269507237151__call__413199155942539028__callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.0ms)


Started GET "/" for 127.0.0.1 at 2012-12-31 09:45:14 +0700
Connecting to database specified by database.yml
Processing by WelcomeController#index as HTML
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2012-12-31 09:45:18 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (15.9ms)
Completed 200 OK in 21ms (Views: 20.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2012-12-31 09:45:18 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2012-12-31 09:45:20 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml
   (0.1ms)  select sqlite_version(*)
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Connecting to database specified by database.yml
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Connecting to database specified by database.yml
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.2ms)  select sqlite_version(*)
   (1.6ms)  CREATE TABLE "netzke_component_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "component" varchar(255), "user_id" integer, "role_id" integer, "value" text, "created_at" datetime, "updated_at" datetime) 
   (1.6ms)  CREATE INDEX "index_netzke_component_states_on_component" ON "netzke_component_states" ("component")
   (1.0ms)  CREATE INDEX "index_netzke_component_states_on_role_id" ON "netzke_component_states" ("role_id")
   (1.0ms)  CREATE INDEX "index_netzke_component_states_on_user_id" ON "netzke_component_states" ("user_id")
   (1.2ms)  CREATE TABLE "netzke_preferences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "value" text, "user_id" integer, "role_id" integer, "created_at" datetime, "updated_at" datetime) 
   (1.1ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.9ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.1ms)  SELECT version FROM "schema_migrations"
   (1.3ms)  INSERT INTO "schema_migrations" (version) VALUES ('20110110132720')
Connecting to database specified by database.yml
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Connecting to database specified by database.yml
   (0.1ms)  select sqlite_version(*)
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Connecting to database specified by database.yml
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Connecting to database specified by database.yml
Connecting to database specified by database.yml
   (0.1ms)  select sqlite_version(*)
   (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Connecting to database specified by database.yml
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:04:58 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (25.6ms)
Completed 200 OK in 34ms (Views: 33.9ms | ActiveRecord: 0.0ms)


Started GET "/extjs4/resources/css/ext-all.css" for 127.0.0.1 at 2013-01-01 14:04:58 +0700

ActionController::RoutingError (No route matches [GET] "/extjs4/resources/css/ext-all.css"):
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-01 14:04:58 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)


Started GET "/extjs4/ext-all.js" for 127.0.0.1 at 2013-01-01 14:05:00 +0700
Connecting to database specified by database.yml

ActionController::RoutingError (No route matches [GET] "/extjs4/ext-all.js"):
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.8ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-01 14:05:00 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:05:07 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (5.6ms)
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)


Started GET "/extjs4/resources/css/ext-all.css" for 127.0.0.1 at 2013-01-01 14:05:07 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-01 14:05:07 +0700

ActionController::RoutingError (No route matches [GET] "/extjs4/resources/css/ext-all.css"):
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/extjs4/ext-all.js" for 127.0.0.1 at 2013-01-01 14:05:07 +0700
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-01 14:05:07 +0700

ActionController::RoutingError (No route matches [GET] "/extjs4/ext-all.js"):
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


Processing by NetzkeController#ext as JS
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:05:16 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (32.1ms)
Completed 200 OK in 45ms (Views: 44.2ms | ActiveRecord: 0.0ms)


Started GET "/extjs4/resources/css/ext-all.css" for 127.0.0.1 at 2013-01-01 14:05:16 +0700

ActionController::RoutingError (No route matches [GET] "/extjs4/resources/css/ext-all.css"):
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-01 14:05:16 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-01 14:05:18 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.0ms)


Started GET "/extjs4/ext-all.js" for 127.0.0.1 at 2013-01-01 14:05:18 +0700

ActionController::RoutingError (No route matches [GET] "/extjs4/ext-all.js"):
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.7ms)
Connecting to database specified by database.yml


Started GET "/" for 127.0.0.1 at 2013-01-01 14:06:33 +0700
Connecting to database specified by database.yml
Processing by WelcomeController#index as HTML
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:06:37 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (14.3ms)
Completed 200 OK in 18ms (Views: 18.0ms | ActiveRecord: 0.0ms)


Started GET "/extjs4/resources/css/ext-all.css" for 127.0.0.1 at 2013-01-01 14:06:37 +0700

ActionController::RoutingError (No route matches [GET] "/extjs4/resources/css/ext-all.css"):
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  rack (1.4.1) lib/rack/content_length.rb:14:in `call'
  railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
  thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
  thin (1.5.0) lib/thin/connection.rb:79:in `catch'
  thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
  thin (1.5.0) lib/thin/connection.rb:54:in `process'
  thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
  eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
  eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
  thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
  thin (1.5.0) lib/thin/server.rb:159:in `start'
  rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
  rack (1.4.1) lib/rack/server.rb:265:in `start'
  railties (3.2.9) lib/rails/commands/server.rb:70:in `start'
  railties (3.2.9) lib/rails/commands.rb:55:in `block in <top (required)>'
  railties (3.2.9) lib/rails/commands.rb:50:in `tap'
  railties (3.2.9) lib/rails/commands.rb:50:in `<top (required)>'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `require'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
  script/rails:6:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-01 14:06:37 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/extjs4/ext-all.js" for 127.0.0.1 at 2013-01-01 14:06:37 +0700

ActionController::RoutingError (No route matches [GET] "/extjs4/ext-all.js"):
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  rack (1.4.1) lib/rack/content_length.rb:14:in `call'
  railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
  thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
  thin (1.5.0) lib/thin/connection.rb:79:in `catch'
  thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
  thin (1.5.0) lib/thin/connection.rb:54:in `process'
  thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
  eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
  eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
  thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
  thin (1.5.0) lib/thin/server.rb:159:in `start'
  rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
  rack (1.4.1) lib/rack/server.rb:265:in `start'
  railties (3.2.9) lib/rails/commands/server.rb:70:in `start'
  railties (3.2.9) lib/rails/commands.rb:55:in `block in <top (required)>'
  railties (3.2.9) lib/rails/commands.rb:50:in `tap'
  railties (3.2.9) lib/rails/commands.rb:50:in `<top (required)>'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `require'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
  script/rails:6:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-01 14:06:37 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 16ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:06:38 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.3ms)
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)


Started GET "/extjs4/resources/css/ext-all.css" for 127.0.0.1 at 2013-01-01 14:06:38 +0700

ActionController::RoutingError (No route matches [GET] "/extjs4/resources/css/ext-all.css"):
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  rack (1.4.1) lib/rack/content_length.rb:14:in `call'
  railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
  thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
  thin (1.5.0) lib/thin/connection.rb:79:in `catch'
  thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
  thin (1.5.0) lib/thin/connection.rb:54:in `process'
  thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
  eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
  eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
  thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
  thin (1.5.0) lib/thin/server.rb:159:in `start'
  rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
  rack (1.4.1) lib/rack/server.rb:265:in `start'
  railties (3.2.9) lib/rails/commands/server.rb:70:in `start'
  railties (3.2.9) lib/rails/commands.rb:55:in `block in <top (required)>'
  railties (3.2.9) lib/rails/commands.rb:50:in `tap'
  railties (3.2.9) lib/rails/commands.rb:50:in `<top (required)>'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `require'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
  script/rails:6:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-01 14:06:38 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/extjs4/ext-all.js" for 127.0.0.1 at 2013-01-01 14:06:38 +0700

ActionController::RoutingError (No route matches [GET] "/extjs4/ext-all.js"):
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  rack (1.4.1) lib/rack/content_length.rb:14:in `call'
  railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
  thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
  thin (1.5.0) lib/thin/connection.rb:79:in `catch'
  thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
  thin (1.5.0) lib/thin/connection.rb:54:in `process'
  thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
  eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
  eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
  thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
  thin (1.5.0) lib/thin/server.rb:159:in `start'
  rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
  rack (1.4.1) lib/rack/server.rb:265:in `start'
  railties (3.2.9) lib/rails/commands/server.rb:70:in `start'
  railties (3.2.9) lib/rails/commands.rb:55:in `block in <top (required)>'
  railties (3.2.9) lib/rails/commands.rb:50:in `tap'
  railties (3.2.9) lib/rails/commands.rb:50:in `<top (required)>'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `require'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
  script/rails:6:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-01 14:06:38 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:06:43 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)


Started GET "/extjs4/resources/css/ext-all.css" for 127.0.0.1 at 2013-01-01 14:06:43 +0700

ActionController::RoutingError (No route matches [GET] "/extjs4/resources/css/ext-all.css"):
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  rack (1.4.1) lib/rack/content_length.rb:14:in `call'
  railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
  thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
  thin (1.5.0) lib/thin/connection.rb:79:in `catch'
  thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
  thin (1.5.0) lib/thin/connection.rb:54:in `process'
  thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
  eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
  eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
  thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
  thin (1.5.0) lib/thin/server.rb:159:in `start'
  rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
  rack (1.4.1) lib/rack/server.rb:265:in `start'
  railties (3.2.9) lib/rails/commands/server.rb:70:in `start'
  railties (3.2.9) lib/rails/commands.rb:55:in `block in <top (required)>'
  railties (3.2.9) lib/rails/commands.rb:50:in `tap'
  railties (3.2.9) lib/rails/commands.rb:50:in `<top (required)>'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `require'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
  script/rails:6:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-01 14:06:43 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/extjs4/ext-all.js" for 127.0.0.1 at 2013-01-01 14:06:43 +0700

ActionController::RoutingError (No route matches [GET] "/extjs4/ext-all.js"):
  actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.1) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.1) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.9) lib/rails/engine.rb:479:in `call'
  railties (3.2.9) lib/rails/application.rb:223:in `call'
  rack (1.4.1) lib/rack/content_length.rb:14:in `call'
  railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
  thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
  thin (1.5.0) lib/thin/connection.rb:79:in `catch'
  thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
  thin (1.5.0) lib/thin/connection.rb:54:in `process'
  thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
  eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
  eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
  thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
  thin (1.5.0) lib/thin/server.rb:159:in `start'
  rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
  rack (1.4.1) lib/rack/server.rb:265:in `start'
  railties (3.2.9) lib/rails/commands/server.rb:70:in `start'
  railties (3.2.9) lib/rails/commands.rb:55:in `block in <top (required)>'
  railties (3.2.9) lib/rails/commands.rb:50:in `tap'
  railties (3.2.9) lib/rails/commands.rb:50:in `<top (required)>'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `require'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
  script/rails:6:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-01 14:06:43 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:07:46 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (33.6ms)
Completed 200 OK in 44ms (Views: 43.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-01 14:07:46 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-01 14:07:48 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 21ms (Views: 20.7ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:16:53 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (27.8ms)
Completed 200 OK in 37ms (Views: 36.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-01 14:16:53 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-01 14:16:55 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:20:37 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (5.0ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-01 14:20:37 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:22:27 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.4ms)
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:22:38 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (26.5ms)
Completed 200 OK in 36ms (Views: 35.1ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:23:06 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (25.2ms)
Completed 200 OK in 35ms (Views: 34.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:23:16 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (38.7ms)
Completed 200 OK in 52ms (Views: 51.1ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:24:02 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (24.4ms)
Completed 200 OK in 33ms (Views: 32.8ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:24:05 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (5.1ms)
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-01 14:24:05 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-01 14:24:07 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=ORsuBC4tK9kpbAkLzSKKmt7Fq8ofioBIsqU1mlo%2BaHc%3D" for 127.0.0.1 at 2013-01-01 14:24:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"ORsuBC4tK9kpbAkLzSKKmt7Fq8ofioBIsqU1mlo+aHc="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:24:29 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (4.3ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-01 14:24:29 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-01 14:24:29 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:24:33 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.6ms)
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-01 14:24:33 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-01 14:24:33 +0700
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/" for 127.0.0.1 at 2013-01-01 14:27:34 +0700
Connecting to database specified by database.yml
Processing by WelcomeController#index as HTML
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:27:40 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (13.5ms)
Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-01 14:27:40 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-01 14:27:40 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-01 14:27:56 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (11.8ms)
Completed 200 OK in 21ms (Views: 20.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-01 14:27:56 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-01 14:27:56 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/LocalizedPanel" for 127.0.0.1 at 2013-01-10 08:44:54 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"LocalizedPanel"}
  Rendered inline template within layouts/application (27.9ms)
Completed 200 OK in 39ms (Views: 38.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 08:44:55 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 08:44:57 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 22ms (Views: 21.1ms | ActiveRecord: 0.0ms)


Started GET "/components/LocalizedPanel" for 127.0.0.1 at 2013-01-10 08:45:33 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"LocalizedPanel"}
  Rendered inline template within layouts/application (11.2ms)
Completed 200 OK in 33ms (Views: 32.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 08:45:33 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 08:45:35 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 23.6ms | ActiveRecord: 0.0ms)


Started GET "/components/LocalizedPanel" for 127.0.0.1 at 2013-01-10 08:45:57 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"LocalizedPanel"}
  Rendered inline template within layouts/application (10.6ms)
Completed 200 OK in 33ms (Views: 32.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 08:45:57 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 08:45:59 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.0ms)


Started GET "/components/LocalizedPanel" for 127.0.0.1 at 2013-01-10 08:46:37 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"LocalizedPanel"}
  Rendered inline template within layouts/application (10.2ms)
Completed 200 OK in 32ms (Views: 31.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 08:46:37 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 08:46:39 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 20ms (Views: 19.5ms | ActiveRecord: 0.0ms)


Started GET "/components/LocalizedPanel" for 127.0.0.1 at 2013-01-10 08:46:46 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"LocalizedPanel"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 08:46:46 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 08:46:46 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/LocalizedPanel" for 127.0.0.1 at 2013-01-10 08:47:20 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"LocalizedPanel"}
  Rendered inline template within layouts/application (6.2ms)
Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 08:47:20 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 08:47:20 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/components/LocalizedPanel" for 127.0.0.1 at 2013-01-10 08:47:41 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"LocalizedPanel"}
  Rendered inline template within layouts/application (3.9ms)
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 08:47:41 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 08:47:41 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:24:43 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (12.3ms)
Completed 200 OK in 20ms (Views: 20.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:24:44 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:24:46 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:24:57 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4300362055408897668__process_action__443595852733429753__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__575553510499682186__call__1816305661179299666__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.7ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:24:57 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4300362055408897668__process_action__443595852733429753__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__575553510499682186__call__1816305661179299666__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.8ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:24:57 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4300362055408897668__process_action__443595852733429753__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__575553510499682186__call__1816305661179299666__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:26:04 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (11.0ms)
Completed 200 OK in 19ms (Views: 18.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:26:04 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:26:06 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:26:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1773349409588379678__process_action__2184446200163907118__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3330599135361447638__call__3563156080033708766__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.5ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:26:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1773349409588379678__process_action__2184446200163907118__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3330599135361447638__call__3563156080033708766__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:26:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1773349409588379678__process_action__2184446200163907118__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3330599135361447638__call__3563156080033708766__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:27:34 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (11.3ms)
Completed 200 OK in 35ms (Views: 34.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:27:34 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:27:36 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:27:39 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2566491135622326804__process_action__3498860086025694629__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2224359609357584373__call__2662309989261061251__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:27:39 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2566491135622326804__process_action__3498860086025694629__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2224359609357584373__call__2662309989261061251__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:27:39 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2566491135622326804__process_action__3498860086025694629__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2224359609357584373__call__2662309989261061251__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.5ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:29:35 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (10.6ms)
Completed 200 OK in 34ms (Views: 33.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:29:35 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:29:37 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:29:42 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3656806929285800007__process_action__884694223512840643__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1432700491643785609__call__4105535185190359887__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:29:42 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3656806929285800007__process_action__884694223512840643__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1432700491643785609__call__4105535185190359887__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:29:42 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3656806929285800007__process_action__884694223512840643__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1432700491643785609__call__4105535185190359887__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:31:01 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (5.6ms)
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)




Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:31:02 +0700
Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:31:02 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=ZTw%2BL3C1WHdXRNwYJGCrwNrqur1sQuMExdDoX%2FmNlZk%3D" for 127.0.0.1 at 2013-01-10 21:31:04 +0700
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"ZTw+L3C1WHdXRNwYJGCrwNrqur1sQuMExdDoX/mNlZk="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3656806929285800007__process_action__884694223512840643__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1432700491643785609__call__4105535185190359887__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=ZTw%2BL3C1WHdXRNwYJGCrwNrqur1sQuMExdDoX%2FmNlZk%3D" for 127.0.0.1 at 2013-01-10 21:31:04 +0700
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"ZTw+L3C1WHdXRNwYJGCrwNrqur1sQuMExdDoX/mNlZk="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3656806929285800007__process_action__884694223512840643__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1432700491643785609__call__4105535185190359887__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.4ms)


Started POST "/some/path/netzke/direct/?authenticity_token=ZTw%2BL3C1WHdXRNwYJGCrwNrqur1sQuMExdDoX%2FmNlZk%3D" for 127.0.0.1 at 2013-01-10 21:31:04 +0700
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"ZTw+L3C1WHdXRNwYJGCrwNrqur1sQuMExdDoX/mNlZk="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3656806929285800007__process_action__884694223512840643__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1432700491643785609__call__4105535185190359887__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (10.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.3ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:33:01 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (12.7ms)
Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:33:02 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:33:04 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:33:06 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>[[nil]], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:33:25 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (11.8ms)
Completed 200 OK in 34ms (Views: 33.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:33:26 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:33:27 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:33:31 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1351308202237446260__process_action__414744131634645322__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3402923337065539079__call__556180516305935647__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:33:31 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1351308202237446260__process_action__414744131634645322__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3402923337065539079__call__556180516305935647__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:33:31 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1351308202237446260__process_action__414744131634645322__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3402923337065539079__call__556180516305935647__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.5ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:41:00 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (15.5ms)
Completed 200 OK in 42ms (Views: 41.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:41:01 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:41:03 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:41:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__62051751921101340__process_action__3612408686784282019__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2289403014427285944__call__4468224584856977529__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.1ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:41:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__62051751921101340__process_action__3612408686784282019__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2289403014427285944__call__4468224584856977529__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.5ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:41:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__62051751921101340__process_action__3612408686784282019__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2289403014427285944__call__4468224584856977529__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.4ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:41:14 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (11.4ms)
Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:41:14 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:41:16 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:41:19 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2856627084722327050__process_action__3625095094206708348__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3977481530938982015__call__2121469678474064021__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.5ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:41:19 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2856627084722327050__process_action__3625095094206708348__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3977481530938982015__call__2121469678474064021__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.8ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:41:19 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2856627084722327050__process_action__3625095094206708348__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3977481530938982015__call__2121469678474064021__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.8ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:44:05 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (22.8ms)
Completed 200 OK in 61ms (Views: 60.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:44:06 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:44:09 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:44:16 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3586714859848839588__process_action__3700460603915180569__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3263979176837639187__call__1064296414660421366__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:44:16 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3586714859848839588__process_action__3700460603915180569__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3263979176837639187__call__1064296414660421366__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.6ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:44:16 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3586714859848839588__process_action__3700460603915180569__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3263979176837639187__call__1064296414660421366__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:44:25 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (17.6ms)
Completed 200 OK in 51ms (Views: 50.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:44:25 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:44:28 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:44:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__107047497091044864__process_action__525663143363733278__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3014255202235003030__call__1576409659950752296__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:44:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__107047497091044864__process_action__525663143363733278__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3014255202235003030__call__1576409659950752296__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.3ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:44:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__107047497091044864__process_action__525663143363733278__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3014255202235003030__call__1576409659950752296__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.7ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:55:00 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:55:00 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:55:00 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 17ms (Views: 12.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=4yHZIJxuH%2Fvpgl8xGRvAAc33iYpWFspBxb42CeYr0Lo%3D" for 127.0.0.1 at 2013-01-10 21:55:03 +0700
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"4yHZIJxuH/vpgl8xGRvAAc33iYpWFspBxb42CeYr0Lo="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__107047497091044864__process_action__525663143363733278__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3014255202235003030__call__1576409659950752296__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.7ms)


Started POST "/some/path/netzke/direct/?authenticity_token=4yHZIJxuH%2Fvpgl8xGRvAAc33iYpWFspBxb42CeYr0Lo%3D" for 127.0.0.1 at 2013-01-10 21:55:03 +0700
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"4yHZIJxuH/vpgl8xGRvAAc33iYpWFspBxb42CeYr0Lo="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__107047497091044864__process_action__525663143363733278__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3014255202235003030__call__1576409659950752296__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=4yHZIJxuH%2Fvpgl8xGRvAAc33iYpWFspBxb42CeYr0Lo%3D" for 127.0.0.1 at 2013-01-10 21:55:03 +0700
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"4yHZIJxuH/vpgl8xGRvAAc33iYpWFspBxb42CeYr0Lo="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__107047497091044864__process_action__525663143363733278__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3014255202235003030__call__1576409659950752296__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (28.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (36.2ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:55:28 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (4.6ms)
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:55:28 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:55:28 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 28ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:55:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__107047497091044864__process_action__525663143363733278__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3014255202235003030__call__1576409659950752296__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.5ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:55:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__107047497091044864__process_action__525663143363733278__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3014255202235003030__call__1576409659950752296__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.5ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:55:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__107047497091044864__process_action__525663143363733278__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3014255202235003030__call__1576409659950752296__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.5ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:55:42 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (14.5ms)
Completed 200 OK in 23ms (Views: 23.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:55:42 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:55:44 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:55:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1530522736419545793__process_action__852092248146428610__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4422985148913829522__call__1930269246663134334__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.1ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:55:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1530522736419545793__process_action__852092248146428610__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4422985148913829522__call__1930269246663134334__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.4ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:55:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1530522736419545793__process_action__852092248146428610__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4422985148913829522__call__1930269246663134334__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.2ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:56:04 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (11.6ms)
Completed 200 OK in 34ms (Views: 33.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:56:05 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:56:07 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:56:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__203801693395087863__process_action__4351680510789135811__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__584734880707237946__call__3624501083911481876__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.3ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:56:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__203801693395087863__process_action__4351680510789135811__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__584734880707237946__call__3624501083911481876__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.4ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:56:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__203801693395087863__process_action__4351680510789135811__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__584734880707237946__call__3624501083911481876__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.3ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:56:33 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (15.5ms)
Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:56:34 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:56:35 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:56:44 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:57:04 +0700

ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
  activerecord (3.2.11) lib/active_record/query_cache.rb:67:in `rescue in call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:61:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4566172503112158049__call__2427919334916894495__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:57:29 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (12.0ms)
Completed 200 OK in 22ms (Views: 21.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:57:29 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:57:31 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:57:35 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2847717459312651125__process_action__4524316454257098339__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2498199649636859164__call__2127310868127530411__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:57:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2847717459312651125__process_action__4524316454257098339__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2498199649636859164__call__2127310868127530411__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:57:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2847717459312651125__process_action__4524316454257098339__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2498199649636859164__call__2127310868127530411__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.7ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 21:59:42 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (13.8ms)
Completed 200 OK in 23ms (Views: 22.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 21:59:42 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 21:59:44 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 21:59:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 22:00:47 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (15.8ms)
Completed 200 OK in 32ms (Views: 31.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 22:00:48 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 22:00:49 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:00:53 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 22:01:26 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (17.2ms)
Completed 200 OK in 44ms (Views: 43.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 22:01:27 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 22:01:28 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:01:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4021602717356901188__process_action__1493929910705230322__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4476139254463881333__call__2865085958344242128__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:01:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4021602717356901188__process_action__1493929910705230322__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4476139254463881333__call__2865085958344242128__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.3ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:01:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4021602717356901188__process_action__1493929910705230322__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4476139254463881333__call__2865085958344242128__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 22:03:27 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (15.4ms)
Completed 200 OK in 27ms (Views: 26.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 22:03:27 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 22:03:29 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:03:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 22:14:01 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (12.2ms)
Completed 200 OK in 21ms (Views: 20.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 22:14:01 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 22:14:03 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:14:05 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 22:42:45 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (14.0ms)
Completed 200 OK in 38ms (Views: 37.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 22:42:45 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 22:42:48 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:42:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2682658049483778325__process_action__2343604353351606872__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3201864062821592785__call__3008944200664443411__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.4ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:42:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2682658049483778325__process_action__2343604353351606872__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3201864062821592785__call__3008944200664443411__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:42:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2682658049483778325__process_action__2343604353351606872__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3201864062821592785__call__3008944200664443411__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 22:55:30 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (17.9ms)
Completed 200 OK in 29ms (Views: 28.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 22:55:30 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 22:55:32 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:55:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3446247983003688118__process_action__2075910011439190148__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2453150208925529507__call__2529171711660072488__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.6ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:55:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3446247983003688118__process_action__2075910011439190148__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2453150208925529507__call__2529171711660072488__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:55:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3446247983003688118__process_action__2075910011439190148__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2453150208925529507__call__2529171711660072488__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 22:56:29 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (13.4ms)
Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 22:56:29 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 22:56:31 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:56:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__236122323243237217__process_action__4373709923710066036__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2131495018404916196__call__3089812849012737795__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:56:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__236122323243237217__process_action__4373709923710066036__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2131495018404916196__call__3089812849012737795__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:56:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__236122323243237217__process_action__4373709923710066036__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2131495018404916196__call__3089812849012737795__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:56:42 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 22:56:45 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (12.5ms)
Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 22:56:46 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 22:56:48 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:56:51 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:56:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__519772674550985113__process_action__3145586125076676402__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1893115710915664940__call__2847070018856550631__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.3ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:56:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__519772674550985113__process_action__3145586125076676402__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1893115710915664940__call__2847070018856550631__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.5ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:56:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__519772674550985113__process_action__3145586125076676402__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1893115710915664940__call__2847070018856550631__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 22:57:01 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (11.5ms)
Completed 200 OK in 34ms (Views: 33.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 22:57:01 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 22:57:03 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:57:06 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/ExtendedServerCaller" for 127.0.0.1 at 2013-01-10 22:57:11 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ExtendedServerCaller"}
  Rendered inline template within layouts/application (7.6ms)
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 22:57:11 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 22:57:11 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:57:14 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"extended_server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2808266122881778070__process_action__4310191962247611621__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4127840067278202018__call__2231413416097700789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:57:15 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"extended_server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2808266122881778070__process_action__4310191962247611621__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4127840067278202018__call__2231413416097700789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:57:15 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"extended_server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2808266122881778070__process_action__4310191962247611621__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4127840067278202018__call__2231413416097700789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.7ms)


Started GET "/components/ExtendedServerCaller" for 127.0.0.1 at 2013-01-10 22:57:22 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ExtendedServerCaller"}
  Rendered inline template within layouts/application (8.9ms)
Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 22:57:22 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 22:57:22 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 22:57:25 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"extended_server_caller", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:00:34 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2808266122881778070__process_action__4310191962247611621__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4127840067278202018__call__2231413416097700789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:00:34 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2808266122881778070__process_action__4310191962247611621__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4127840067278202018__call__2231413416097700789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.6ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:00:34 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2808266122881778070__process_action__4310191962247611621__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4127840067278202018__call__2231413416097700789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.5ms)
Connecting to database specified by database.yml


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 23:01:55 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (17.1ms)
Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 23:01:56 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 23:01:58 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:02:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1551988051434268073__process_action__3923005436899975247__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1080320395034820628__call__2826191363801202981__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.3ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:02:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1551988051434268073__process_action__3923005436899975247__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1080320395034820628__call__2826191363801202981__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:02:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1551988051434268073__process_action__3923005436899975247__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1080320395034820628__call__2826191363801202981__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 23:02:54 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (17.3ms)
Completed 200 OK in 30ms (Views: 29.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 23:02:54 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 23:02:56 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:03:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.9"

  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 23:03:50 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (17.2ms)
Completed 200 OK in 27ms (Views: 26.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 23:03:51 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 23:03:52 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:03:55 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4306757601869354320__process_action__4098801813764010597__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3709159926439437077__call__1369997027562966088__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:03:55 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4306757601869354320__process_action__4098801813764010597__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3709159926439437077__call__1369997027562966088__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.7ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:03:55 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4306757601869354320__process_action__4098801813764010597__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3709159926439437077__call__1369997027562966088__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 23:04:27 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (16.1ms)
Completed 200 OK in 25ms (Views: 24.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 23:04:28 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 23:04:29 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:04:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 23:07:12 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (39.2ms)
Completed 200 OK in 54ms (Views: 53.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 23:07:13 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 23:07:14 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:07:18 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 23:13:45 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (20.1ms)
Completed 200 OK in 33ms (Views: 32.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 23:13:46 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 23:13:48 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:13:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2971072837905133820__process_action__3693627389892285862__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__907457359670597136__call__1644701053143368051__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:13:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2971072837905133820__process_action__3693627389892285862__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__907457359670597136__call__1644701053143368051__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.3ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:13:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2971072837905133820__process_action__3693627389892285862__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__907457359670597136__call__1644701053143368051__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 23:13:58 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (22.0ms)
Completed 200 OK in 59ms (Views: 58.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 23:13:59 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 23:14:01 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:14:11 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1688725445867789368__process_action__3095661821098984512__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__694214813513236636__call__3115965158564563844__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:14:11 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1688725445867789368__process_action__3095661821098984512__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__694214813513236636__call__3115965158564563844__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:14:11 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1688725445867789368__process_action__3095661821098984512__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__694214813513236636__call__3115965158564563844__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 23:15:30 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (14.5ms)
Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 23:15:31 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 23:15:33 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:15:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1576117159885225546__process_action__4562369768240322833__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1113926895766962589__call__228242099890923129__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:15:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1576117159885225546__process_action__4562369768240322833__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1113926895766962589__call__228242099890923129__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:15:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1576117159885225546__process_action__4562369768240322833__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1113926895766962589__call__228242099890923129__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.5ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 23:17:20 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (17.5ms)
Completed 200 OK in 33ms (Views: 32.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 23:17:20 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 22.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 23:17:22 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:17:25 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4456361534097570806__process_action__2917654666377836587__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3814440083779277796__call__3075573711654159699__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.8ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:17:25 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4456361534097570806__process_action__2917654666377836587__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3814440083779277796__call__3075573711654159699__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.6ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:17:25 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4456361534097570806__process_action__2917654666377836587__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3814440083779277796__call__3075573711654159699__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 23:18:23 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (10.9ms)
Completed 200 OK in 20ms (Views: 19.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 23:18:23 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 23:18:26 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:18:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1204174191470366902__process_action__198893893946245638__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__558317457330052360__call__1425373454079380052__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.7ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:18:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1204174191470366902__process_action__198893893946245638__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__558317457330052360__call__1425373454079380052__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:18:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1204174191470366902__process_action__198893893946245638__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__558317457330052360__call__1425373454079380052__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 23:19:51 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (18.6ms)
Completed 200 OK in 31ms (Views: 30.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 23:19:52 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 23:19:54 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:19:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2002859187962729851__process_action__72963729017220343__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__934904303556740057__call__2970427086874816197__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.5ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:19:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2002859187962729851__process_action__72963729017220343__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__934904303556740057__call__2970427086874816197__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:19:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2002859187962729851__process_action__72963729017220343__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__934904303556740057__call__2970427086874816197__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.9ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 23:21:43 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (16.9ms)
Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 23:21:43 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 22ms (Views: 21.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 23:21:45 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:21:49 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4154312942149625810__process_action__2218975736047759933__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2621402722440885170__call__1937185820484093101__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.3ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:21:49 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4154312942149625810__process_action__2218975736047759933__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2621402722440885170__call__1937185820484093101__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:21:49 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4154312942149625810__process_action__2218975736047759933__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2621402722440885170__call__1937185820484093101__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-10 23:22:18 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (12.6ms)
Completed 200 OK in 22ms (Views: 21.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-10 23:22:19 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-10 23:22:21 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:22:22 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1157195358885027173__process_action__1443902322412260920__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__17030305816959670__call__2387538105082802673__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:22:22 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1157195358885027173__process_action__1443902322412260920__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__17030305816959670__call__2387538105082802673__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.5ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-10 23:22:22 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1157195358885027173__process_action__1443902322412260920__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__17030305816959670__call__2387538105082802673__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.7ms)
Connecting to database specified by database.yml


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-11 09:24:23 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (17.7ms)
Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-11 09:24:24 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 21.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-11 09:24:26 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-11 09:24:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3379826763317377954__process_action__325863597928147124__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1654414225259345223__call__4112141531008716074__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.4ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-11 09:24:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3379826763317377954__process_action__325863597928147124__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1654414225259345223__call__4112141531008716074__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-11 09:24:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.11"

Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `first' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:22:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3379826763317377954__process_action__325863597928147124__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1654414225259345223__call__4112141531008716074__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-11 09:43:18 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (22.2ms)
Completed 200 OK in 50ms (Views: 49.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-11 09:43:19 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 4.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-11 09:43:20 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-11 09:43:25 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.10"

  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-11 09:48:25 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (18.3ms)
Completed 200 OK in 48ms (Views: 47.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-11 09:48:26 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-11 09:48:27 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 19ms (Views: 18.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-11 09:48:31 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.10"

  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ComponentLoader" for 127.0.0.1 at 2013-01-11 09:48:36 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentLoader"}
  Rendered inline template within layouts/application (23.0ms)
Completed 200 OK in 27ms (Views: 26.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-11 09:48:36 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-11 09:48:36 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-11 09:48:40 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"component_loader", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"componentloader"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.10"

  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-11 09:48:41 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"component_loader", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"componentloader,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.10"

  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ComponentWithSessionPersistence" for 127.0.0.1 at 2013-01-11 09:48:49 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentWithSessionPersistence"}
  Rendered inline template within layouts/application (20.9ms)
Completed 500 Internal Server Error in 22ms

ActionView::Template::Error (uninitialized constant ComponentWithSessionPersistence):
    1: <%= netzke :component_with_session_persistence, :class_name => 'ComponentWithSessionPersistence', :height => 400 %>
  activesupport (3.2.10) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.10) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.10) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.10) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:77:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___639715215568203505_70305152321300'
  actionpack (3.2.10) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.10) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.10) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.10) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.10) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.10) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.10) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.10) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.10) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.10) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.10) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.10) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.10) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.10) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.10) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.10) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.10) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.10) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.10) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.10) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.10) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.10) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.10) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.10) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.10) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.10) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.10) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.10) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.10) lib/active_support/callbacks.rb:425:in `_run__2101571109481530842__process_action__1380348732041437426__callbacks'
  activesupport (3.2.10) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.10) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.10) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.10) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.10) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.10) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.10) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.10) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.10) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.10) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.10) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.10) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.10) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.10) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.10) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.10) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.10) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.10) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.10) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.10) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.3) lib/rack/etag.rb:23:in `call'
  rack (1.4.3) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.10) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.10) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.10) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.10) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.10) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.10) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.10) lib/active_support/callbacks.rb:405:in `_run__1700959440606548703__call__153174533482605537__callbacks'
  activesupport (3.2.10) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.10) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.10) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.10) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.10) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.10) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.10) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.10) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.10) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.10) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.10) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.10) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.3) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.3) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.10) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.3) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.10) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.10) lib/rails/engine.rb:479:in `call'
  railties (3.2.10) lib/rails/application.rb:223:in `call'
  railties (3.2.10) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.0ms)


Started GET "/components/StatefulComponent" for 127.0.0.1 at 2013-01-11 09:49:10 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"StatefulComponent"}
  Rendered inline template within layouts/application (4.6ms)
Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-11 09:49:11 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-11 09:49:11 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-11 09:49:15 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"stateful_component", "method"=>"serverSetSessionData", "data"=>[nil], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
!!! Rails.version:: "3.2.10"

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/StatefulComponent" for 127.0.0.1 at 2013-01-11 09:49:15 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"StatefulComponent"}
  Rendered inline template within layouts/application (3.1ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-11 09:49:16 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-11 09:49:16 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml
   (0.2ms)  select sqlite_version(*)
   (0.9ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.8ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Connecting to database specified by database.yml


Started GET "/" for 127.0.0.1 at 2013-01-11 15:59:10 +0700
Connecting to database specified by database.yml
Processing by WelcomeController#index as HTML
  Rendered text template (0.0ms)
Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-11 15:59:15 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (19.3ms)
Completed 200 OK in 24ms (Views: 23.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-11 15:59:15 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-11 15:59:17 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-11 15:59:20 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-11 16:10:40 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (6.0ms)
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-11 16:10:40 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-11 16:10:40 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3%2BsJSYmg%3D" for 127.0.0.1 at 2013-01-11 16:10:46 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"G8UYTIvBmrr4CNsSIIppmJVlzzNeJe18FID3+sJSYmg="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-12 20:10:38 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (24.4ms)
Completed 200 OK in 37ms (Views: 36.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-12 20:10:39 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 4.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-12 20:10:39 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=SoeLkNdz43e767%2FTF2y9%2BRdA9DAv2s0l3AXgbT3tYu4%3D" for 127.0.0.1 at 2013-01-12 20:10:41 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"SoeLkNdz43e767/TF2y9+RdA9DAv2s0l3AXgbT3tYu4="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-13 20:26:08 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (14.8ms)
Completed 200 OK in 37ms (Views: 36.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-13 20:26:09 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-13 20:26:11 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-13 20:34:42 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-13 20:34:42 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-13 20:34:42 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ComponentLoader" for 127.0.0.1 at 2013-01-15 20:34:15 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentLoader"}
  Rendered inline template within layouts/application (37.1ms)
ERROR: compiling _app_views_layouts_application_html_erb__3754889454657445711_70171478381720 RAISED /Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/views/layouts/application.html.erb:8: syntax error, unexpected '<', expecting ')'
</head>
 ^
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/views/layouts/application.html.erb:13: unknown regexp options - bdy
unmatched close parenthesis: /head>
<body>

<%= yield );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
</
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/views/layouts/application.html.erb:14: syntax error, unexpected '<'
</html>
 ^
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/views/layouts/application.html.erb:14: unterminated regexp meets end of file
Function body:           def _app_views_layouts_application_html_erb__3754889454657445711_70171478381720(local_assigns, output_buffer)
            _old_virtual_path, @virtual_path = @virtual_path, "layouts/application";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('<!DOCTYPE html>
<html>
<head>
  <title>Netzke Core Test App</title>
  ');@output_buffer.append= ( csrf_meta_tag );@output_buffer.safe_concat('
');@output_buffer.safe_concat('  ');@output_buffer.append= ( load_netzke minified: true );@output_buffer.safe_concat('
');@output_buffer.safe_concat('  ');@output_buffer.append= ( javascript_include_tag "jasmine/lib/jasmine-1.3.1/jasmine.js"
</head>
<body>

<%= yield );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
</body>
</html>
');@output_buffer.to_s
          ensure
            @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
          end

Backtrace: /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_view/template.rb:297:in `module_eval'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_view/template.rb:297:in `compile'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_view/template.rb:244:in `block in compile!'
<internal:prelude>:10:in `synchronize'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_view/template.rb:232:in `compile!'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_view/template.rb:144:in `block in render'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:125:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_view/template.rb:143:in `render'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_view/renderer/template_renderer.rb:18:in `render'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_view/renderer/renderer.rb:36:in `render_template'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_view/renderer/renderer.rb:17:in `render'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/rendering.rb:110:in `_render_template'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/streaming.rb:225:in `_render_template'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/rendering.rb:103:in `render_to_body'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/renderers.rb:28:in `render_to_body'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/rendering.rb:88:in `render'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rendering.rb:16:in `render'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/core_ext/benchmark.rb:5:in `ms'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:39:in `render'
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/controllers/components_controller.rb:4:in `index'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:167:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rendering.rb:10:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:425:in `_run__1807806733652174740__process_action__1660218654696368965__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rescue.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `block in instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:121:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/rendering.rb:45:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:203:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:246:in `block in action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:36:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:601:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/etag.rb:23:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/conditionalget.rb:25:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/flash.rb:242:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:210:in `context'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:205:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/cookies.rb:341:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/query_cache.rb:64:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `_run__2829170195765442804__call__611772072170225618__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/reloader.rb:65:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:32:in `call_app'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/tagged_logging.rb:22:in `tagged'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/methodoverride.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/runtime.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/lock.rb:15:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/static.rb:62:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/engine.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/application.rb:223:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/railtie/configurable.rb:30:in `method_missing'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'
Completed 500 Internal Server Error in 87ms

ActionView::Template::Error (/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/views/layouts/application.html.erb:8: syntax error, unexpected '<', expecting ')'
</head>
 ^
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/views/layouts/application.html.erb:13: unknown regexp options - bdy
unmatched close parenthesis: /head>
<body>

<%= yield );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
</
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/views/layouts/application.html.erb:14: syntax error, unexpected '<'
</html>
 ^
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/views/layouts/application.html.erb:14: unterminated regexp meets end of file):
    5:   <%= csrf_meta_tag %>
    6:   <%= load_netzke minified: true %>
    7:   <%= javascript_include_tag "jasmine/lib/jasmine-1.3.1/jasmine.js"
    8: </head>
    9: <body>
    10: 
    11: <%= yield %>
  actionpack (3.2.11) lib/action_view/template.rb:297:in `module_eval'
  actionpack (3.2.11) lib/action_view/template.rb:297:in `compile'
  actionpack (3.2.11) lib/action_view/template.rb:244:in `block in compile!'
  <internal:prelude>:10:in `synchronize'
  actionpack (3.2.11) lib/action_view/template.rb:232:in `compile!'
  actionpack (3.2.11) lib/action_view/template.rb:144:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1807806733652174740__process_action__1660218654696368965__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2829170195765442804__call__611772072170225618__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.6ms)


Started GET "/components/ComponentLoader" for 127.0.0.1 at 2013-01-15 20:34:34 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentLoader"}
  Rendered inline template within layouts/application (51.9ms)
Completed 200 OK in 65ms (Views: 64.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-15 20:34:35 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 3.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/jasmine/lib/jasmine-1.3.1/jasmine.js" for 127.0.0.1 at 2013-01-15 20:34:35 +0700
Served asset /jasmine/lib/jasmine-1.3.1/jasmine.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/jasmine/lib/jasmine-1.3.1/jasmine.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-15 20:34:37 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 27ms (Views: 8.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/jasmine/lib/jasmine-1.3.1/jasmine.js" for 127.0.0.1 at 2013-01-15 20:34:39 +0700
Served asset /jasmine/lib/jasmine-1.3.1/jasmine.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/jasmine/lib/jasmine-1.3.1/jasmine.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)


Started GET "/components/ComponentLoader" for 127.0.0.1 at 2013-01-15 20:35:19 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentLoader"}
  Rendered inline template within layouts/application (43.1ms)
Completed 200 OK in 52ms (Views: 51.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-15 20:35:19 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-15 20:35:19 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/jasmine/lib/jasmine-1.3.1/jasmine.js" for 127.0.0.1 at 2013-01-15 20:35:21 +0700
Connecting to database specified by database.yml
Served asset /jasmine/lib/jasmine-1.3.1/jasmine.js - 404 Not Found (1ms)

ActionController::RoutingError (No route matches [GET] "/assets/jasmine/lib/jasmine-1.3.1/jasmine.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.1ms)


Started GET "/components/ComponentLoader" for 127.0.0.1 at 2013-01-15 20:47:24 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentLoader"}
  Rendered inline template within layouts/application (38.7ms)
Completed 200 OK in 69ms (Views: 68.2ms | ActiveRecord: 0.0ms)


Started GET "/jasmine/lib/jasmine-1.3.1/jasmine.js" for 127.0.0.1 at 2013-01-15 20:47:25 +0700

ActionController::RoutingError (No route matches [GET] "/jasmine/lib/jasmine-1.3.1/jasmine.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-15 20:47:25 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-15 20:47:27 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.0ms)


Started GET "/jasmine/lib/jasmine-1.3.1/jasmine.js" for 127.0.0.1 at 2013-01-15 20:47:27 +0700

ActionController::RoutingError (No route matches [GET] "/jasmine/lib/jasmine-1.3.1/jasmine.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)


Started GET "/components/ComponentLoader" for 127.0.0.1 at 2013-01-15 20:47:38 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentLoader"}
  Rendered inline template within layouts/application (35.9ms)
Completed 200 OK in 63ms (Views: 62.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-15 20:47:38 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-15 20:47:41 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 13ms (Views: 8.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ComponentLoader" for 127.0.0.1 at 2013-01-15 20:49:00 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentLoader"}
  Rendered inline template within layouts/application (34.7ms)
Completed 200 OK in 61ms (Views: 60.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ComponentLoader" for 127.0.0.1 at 2013-01-15 20:49:01 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentLoader"}
  Rendered inline template within layouts/application (5.6ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-15 20:49:01 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-15 20:49:03 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 13ms (Views: 7.9ms | ActiveRecord: 0.0ms)


Started GET "/components/ComponentLoader" for 127.0.0.1 at 2013-01-15 20:49:24 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentLoader"}
  Rendered inline template within layouts/application (26.2ms)
Completed 200 OK in 52ms (Views: 51.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-15 20:49:24 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-15 20:49:26 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 7.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ComponentLoader" for 127.0.0.1 at 2013-01-15 20:51:06 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentLoader"}
  Rendered inline template within layouts/application (35.3ms)
Completed 200 OK in 63ms (Views: 62.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-15 20:51:07 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-15 20:51:08 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.0ms)


Started GET "/components/ComponentLoader" for 127.0.0.1 at 2013-01-15 20:51:54 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentLoader"}
  Rendered inline template within layouts/application (47.2ms)
Completed 200 OK in 57ms (Views: 56.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-15 20:51:54 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-15 20:51:56 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 11ms (Views: 7.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ComponentLoader" for 127.0.0.1 at 2013-01-15 20:52:34 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentLoader"}
  Rendered inline template within layouts/application (50.3ms)
Completed 200 OK in 61ms (Views: 60.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-15 20:52:35 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-15 20:52:37 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 8.8ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-17 18:23:45 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (23.1ms)
Completed 200 OK in 49ms (Views: 48.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-17 18:23:45 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-17 18:23:47 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 6.7ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-17 18:41:54 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (4.7ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-17 18:41:55 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-17 18:41:55 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-17 18:42:27 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.2ms)
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-17 18:42:27 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-17 18:42:27 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-17 18:42:56 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.9ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-17 18:42:56 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-17 18:42:56 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-17 18:43:23 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.4ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-17 18:43:23 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-17 18:43:23 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-17 18:47:42 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.1ms)
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-17 18:47:43 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-17 18:47:43 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-17 18:48:10 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.2ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-17 18:48:11 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-17 18:48:11 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-17 18:49:01 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.2ms)
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-17 18:49:01 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-17 18:49:01 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 11:43:30 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 27ms (Views: 21.8ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-18 11:47:20 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (20.3ms)
Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 11:47:21 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 11:47:21 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-18 11:47:38 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.4ms)
Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 11:47:38 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 11:47:38 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 11:47:40 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-18 11:48:10 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 11:48:10 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 11:48:10 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-18 11:48:26 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.4ms)
Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 11:48:26 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 11:48:26 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-18 12:10:09 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.0ms)
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 12:10:09 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 12:10:09 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-18 12:11:06 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 12:11:06 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 12:11:06 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-18 12:27:44 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (4.4ms)
Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 12:27:44 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 12:27:44 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-18 12:28:48 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.3ms)
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 12:28:48 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 12:28:48 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-18 12:29:19 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.9ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 12:29:19 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 12:29:19 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 12:29:21 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller?catch=false" for 127.0.0.1 at 2013-01-18 12:29:34 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"catch"=>"false", "component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.4ms)
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 12:29:34 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 12:29:34 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 12:29:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller?catch=false" for 127.0.0.1 at 2013-01-18 14:46:05 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"catch"=>"false", "component"=>"ServerCaller"}
  Rendered inline template within layouts/application (24.1ms)
Completed 200 OK in 51ms (Views: 50.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 14:46:05 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 14:46:07 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 14:46:08 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller?catch=false" for 127.0.0.1 at 2013-01-18 14:49:37 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"catch"=>"false", "component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 14:49:37 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 14:49:37 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 14:49:39 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller?catch=false" for 127.0.0.1 at 2013-01-18 14:51:25 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"catch"=>"false", "component"=>"ServerCaller"}
  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 14:51:26 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 14:51:26 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 14:51:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller?catch=false" for 127.0.0.1 at 2013-01-18 14:51:41 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"catch"=>"false", "component"=>"ServerCaller"}
  Rendered inline template within layouts/application (5.6ms)
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 14:51:41 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 14:51:41 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 14:51:43 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller?catch=false" for 127.0.0.1 at 2013-01-18 14:51:49 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"catch"=>"false", "component"=>"ServerCaller"}
  Rendered inline template within layouts/application (5.8ms)
Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 14:51:49 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 14:51:49 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 14:51:51 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller?catch=false" for 127.0.0.1 at 2013-01-18 14:52:13 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"catch"=>"false", "component"=>"ServerCaller"}
  Rendered inline template within layouts/application (5.0ms)
Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 14:52:13 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 14:52:13 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 14:52:15 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller?catch=false" for 127.0.0.1 at 2013-01-18 14:52:50 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"catch"=>"false", "component"=>"ServerCaller"}
  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 14:52:50 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 14:52:50 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller?catch=false" for 127.0.0.1 at 2013-01-18 14:53:13 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"catch"=>"false", "component"=>"ServerCaller"}
  Rendered inline template within layouts/application (4.5ms)
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 14:53:13 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 14:53:13 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 14:53:15 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller?catch=false" for 127.0.0.1 at 2013-01-18 14:53:26 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"catch"=>"false", "component"=>"ServerCaller"}
  Rendered inline template within layouts/application (5.1ms)
Completed 200 OK in 9ms (Views: 9.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 14:53:26 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 14:53:26 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 14:53:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller?catch=false" for 127.0.0.1 at 2013-01-18 14:53:44 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"catch"=>"false", "component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.4ms)
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 14:53:44 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 14:53:44 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 14:53:46 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller?catch=false" for 127.0.0.1 at 2013-01-18 14:57:20 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"catch"=>"false", "component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.5ms)
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 14:57:20 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 14:57:20 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 14:57:22 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 14:57:22 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller?catch=false" for 127.0.0.1 at 2013-01-18 16:56:13 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"catch"=>"false", "component"=>"ServerCaller"}
  Rendered inline template within layouts/application (21.5ms)
Completed 200 OK in 48ms (Views: 47.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-18 16:56:13 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-18 16:56:15 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 26ms (Views: 8.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 16:56:16 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=xNtP%2FQ5FufkR3C172vQisBR%2F3VQ%2Bgsvix1CMIqeantQ%3D" for 127.0.0.1 at 2013-01-18 16:56:16 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"xNtP/Q5FufkR3C172vQisBR/3VQ+gsvix1CMIqeantQ="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/blah.js" for 127.0.0.1 at 2013-01-18 16:57:48 +0700
Served asset /blah.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/blah.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)


Started GET "/assets/blah.js" for 127.0.0.1 at 2013-01-18 16:57:52 +0700
Connecting to database specified by database.yml
Served asset /blah.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/blah.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.5ms)


Started GET "/assets/hello.js" for 127.0.0.1 at 2013-01-18 16:58:00 +0700
Served asset /hello.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/hello.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)


Started GET "/assets/hello.js" for 127.0.0.1 at 2013-01-18 17:00:28 +0700
Connecting to database specified by database.yml
Served asset /hello.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/hello.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.1ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-18 17:01:35 +0700
Served asset /application.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/application.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)


Started GET "/assets/hello.js" for 127.0.0.1 at 2013-01-18 17:04:45 +0700
Served asset /hello.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/hello.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)


Started GET "/assets/hello.js" for 127.0.0.1 at 2013-01-18 17:04:49 +0700
Connecting to database specified by database.yml
Served asset /hello.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/hello.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.8ms)


Started GET "/assets/hello.js" for 127.0.0.1 at 2013-01-18 17:17:31 +0700
Connecting to database specified by database.yml
Served asset /hello.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/hello.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.5ms)


Started GET "/assets/hello.js" for 127.0.0.1 at 2013-01-18 17:17:49 +0700
Served asset /hello.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/hello.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)


Started GET "/assets/hello.js" for 127.0.0.1 at 2013-01-18 17:18:24 +0700
Served asset /hello.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/hello.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)


Started GET "/assets/hello.js" for 127.0.0.1 at 2013-01-18 17:18:26 +0700
Served asset /hello.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/hello.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)


Started GET "/assets/hello.js" for 127.0.0.1 at 2013-01-18 17:18:40 +0700
Connecting to database specified by database.yml
Served asset /hello.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/hello.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.6ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-18 17:18:52 +0700
Served asset /application.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/application.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-18 17:19:18 +0700
Served asset /application.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/application.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-18 17:19:23 +0700
Connecting to database specified by database.yml
Served asset /application.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/application.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.6ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-18 17:19:24 +0700
Served asset /application.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/application.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)


Started GET "/assets/hello.js" for 127.0.0.1 at 2013-01-18 17:19:27 +0700
Served asset /hello.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/hello.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)


Started GET "/assets/hello.js" for 127.0.0.1 at 2013-01-18 17:19:28 +0700
Served asset /hello.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/hello.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)


Started GET "/assets/hello.js" for 127.0.0.1 at 2013-01-18 17:20:23 +0700
Connecting to database specified by database.yml
Served asset /hello.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/hello.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.3ms)


Started GET "/assets/hello.js" for 127.0.0.1 at 2013-01-18 17:21:31 +0700
Served asset /hello.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/hello.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)


Started GET "/assets/hello.js" for 127.0.0.1 at 2013-01-18 17:22:08 +0700
Connecting to database specified by database.yml
Served asset /hello.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/hello.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.1ms)
Connecting to database specified by database.yml


Started GET "/coffee_specs/services" for 127.0.0.1 at 2013-01-19 11:20:10 +0700
Connecting to database specified by database.yml
Processing by CoffeeSpecsController#show as HTML
  Parameters: {"id"=>"services"}
Completed 500 Internal Server Error in 1ms

NameError (uninitialized constant CoffeeSpecsController::CoffeeScript):
  app/controllers/coffee_specs_controller.rb:3:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3470339899599920459__process_action__267410184094297975__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__457948310474815248__call__716148705509949453__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.3ms)


Started GET "/coffee_specs/services" for 127.0.0.1 at 2013-01-19 11:20:24 +0700

LoadError (cannot load such file -- coffee-script):
  activesupport (3.2.11) lib/active_support/dependencies.rb:251:in `require'
  activesupport (3.2.11) lib/active_support/dependencies.rb:251:in `block in require'
  activesupport (3.2.11) lib/active_support/dependencies.rb:234:in `block in load_dependency'
  activesupport (3.2.11) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.11) lib/active_support/dependencies.rb:234:in `load_dependency'
  activesupport (3.2.11) lib/active_support/dependencies.rb:251:in `require'
  app/controllers/coffee_specs_controller.rb:1:in `<top (required)>'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.11) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.11) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/dependencies.rb:554:in `get'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:54:in `controller'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:32:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__457948310474815248__call__716148705509949453__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.2ms)


Started GET "/coffee_specs/services" for 127.0.0.1 at 2013-01-19 11:20:42 +0700

LoadError (cannot load such file -- coffee-script):
  activesupport (3.2.11) lib/active_support/dependencies.rb:251:in `require'
  activesupport (3.2.11) lib/active_support/dependencies.rb:251:in `block in require'
  activesupport (3.2.11) lib/active_support/dependencies.rb:234:in `block in load_dependency'
  activesupport (3.2.11) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.11) lib/active_support/dependencies.rb:234:in `load_dependency'
  activesupport (3.2.11) lib/active_support/dependencies.rb:251:in `require'
  app/controllers/coffee_specs_controller.rb:1:in `<top (required)>'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.11) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.11) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/dependencies.rb:554:in `get'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:54:in `controller'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:32:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__457948310474815248__call__716148705509949453__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.5ms)


Started GET "/coffee_specs/services" for 127.0.0.1 at 2013-01-19 11:20:53 +0700

LoadError (cannot load such file -- coffee-script):
  activesupport (3.2.11) lib/active_support/dependencies.rb:251:in `require'
  activesupport (3.2.11) lib/active_support/dependencies.rb:251:in `block in require'
  activesupport (3.2.11) lib/active_support/dependencies.rb:234:in `block in load_dependency'
  activesupport (3.2.11) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.11) lib/active_support/dependencies.rb:234:in `load_dependency'
  activesupport (3.2.11) lib/active_support/dependencies.rb:251:in `require'
  app/controllers/coffee_specs_controller.rb:1:in `<top (required)>'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.11) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.11) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/dependencies.rb:554:in `get'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:54:in `controller'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:32:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__457948310474815248__call__716148705509949453__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (17.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.7ms)


Started GET "/coffee_specs/services" for 127.0.0.1 at 2013-01-19 11:20:57 +0700
Connecting to database specified by database.yml
Processing by CoffeeSpecsController#show as HTML
  Parameters: {"id"=>"services"}
Completed 500 Internal Server Error in 140ms

ExecJS::ProgramError (Error: Parse error on line 1: Unexpected '..'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/coffee_specs_controller.rb:4:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3362876880365282799__process_action__214810396585115067__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2198513431934281018__call__2931698222846660363__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms)


Started GET "/coffee_specs/services" for 127.0.0.1 at 2013-01-19 11:24:09 +0700
Processing by CoffeeSpecsController#show as HTML
  Parameters: {"id"=>"services"}
Completed 500 Internal Server Error in 154ms

ExecJS::ProgramError (Error: Parse error on line 1: Unexpected '..'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/coffee_specs_controller.rb:4:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3362876880365282799__process_action__214810396585115067__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2198513431934281018__call__2931698222846660363__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms)


Started GET "/coffee_specs/services" for 127.0.0.1 at 2013-01-19 11:24:13 +0700
Connecting to database specified by database.yml
Processing by CoffeeSpecsController#show as HTML
  Parameters: {"id"=>"services"}
Completed 500 Internal Server Error in 119ms

ExecJS::ProgramError (Error: Parse error on line 1: Unexpected '..'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/coffee_specs_controller.rb:4:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__9274619560053771__process_action__1846520150019665019__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3723681578105487511__call__722350274819483061__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.7ms)


Started GET "/coffee_specs/services" for 127.0.0.1 at 2013-01-19 11:24:27 +0700
Processing by CoffeeSpecsController#show as HTML
  Parameters: {"id"=>"services"}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/services" for 127.0.0.1 at 2013-01-19 11:24:47 +0700
Processing by CoffeeSpecsController#show as HTML
  Parameters: {"id"=>"services"}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `File' for #<CoffeeSpecsController:0x007fc4faf55070>):
  app/controllers/coffee_specs_controller.rb:4:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__9274619560053771__process_action__1846520150019665019__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3723681578105487511__call__722350274819483061__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.0ms)


Started GET "/coffee_specs/services" for 127.0.0.1 at 2013-01-19 11:25:14 +0700
Processing by CoffeeSpecsController#show as HTML
  Parameters: {"id"=>"services"}
  Rendered text template (0.0ms)
Completed 200 OK in 122ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/services" for 127.0.0.1 at 2013-01-19 11:25:26 +0700
Processing by CoffeeSpecsController#show as HTML
  Parameters: {"id"=>"services"}
Completed 500 Internal Server Error in 167ms

ExecJS::RuntimeError (SyntaxError: unmatched OUTDENT on line 14):
  execjs (1.4.0) lib/execjs/external_runtime.rb:66:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/coffee_specs_controller.rb:4:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__9274619560053771__process_action__1846520150019665019__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3723681578105487511__call__722350274819483061__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.8ms)


Started GET "/coffee_specs/services" for 127.0.0.1 at 2013-01-19 11:25:52 +0700
Processing by CoffeeSpecsController#show as HTML
  Parameters: {"id"=>"services"}
  Rendered text template (0.0ms)
Completed 200 OK in 132ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/services" for 127.0.0.1 at 2013-01-19 11:27:57 +0700
Processing by CoffeeSpecsController#show as HTML
  Parameters: {"id"=>"services"}
  Rendered text template (0.0ms)
Completed 200 OK in 134ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/services" for 127.0.0.1 at 2013-01-19 11:29:01 +0700
Processing by CoffeeSpecsController#show as HTML
  Parameters: {"id"=>"services"}
  Rendered text template (0.0ms)
Completed 200 OK in 157ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-19 11:30:35 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (28.0ms)
Completed 200 OK in 34ms (Views: 33.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 11:30:35 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 11:30:36 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_scripts/services.js" for 127.0.0.1 at 2013-01-19 11:30:37 +0700
Connecting to database specified by database.yml

ActionController::RoutingError (No route matches [GET] "/coffee_scripts/services.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 11:30:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 11:30:38 +0700
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 3.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-19 11:30:47 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 11:30:47 +0700


Started GET "/coffee_scripts/services.js" for 127.0.0.1 at 2013-01-19 11:30:47 +0700

ActionController::RoutingError (No route matches [GET] "/coffee_scripts/services.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 11:30:47 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 11:30:49 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 11:30:49 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-19 11:31:22 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (4.8ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 11:31:22 +0700


Started GET "/coffee_scripts/services.js" for 127.0.0.1 at 2013-01-19 11:31:22 +0700

ActionController::RoutingError (No route matches [GET] "/coffee_scripts/services.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 11:31:22 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/coffee_scripts/services.js" for 127.0.0.1 at 2013-01-19 11:31:22 +0700

ActionController::RoutingError (No route matches [GET] "/coffee_scripts/services.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 11:31:24 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 11:31:24 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 11:31:30 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
Completed 500 Internal Server Error in 1ms

Errno::ENOENT (No such file or directory - ../../specs/coffee/services.coffee):
  app/controllers/coffee_specs_controller.rb:4:in `read'
  app/controllers/coffee_specs_controller.rb:4:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__9274619560053771__process_action__1846520150019665019__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3723681578105487511__call__722350274819483061__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 11:31:39 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
  Rendered text template (0.0ms)
Completed 200 OK in 143ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-19 11:32:18 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (6.0ms)
Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 11:32:18 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 11:32:18 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 174ms (Views: 2.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 11:32:18 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 11:32:20 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 11:32:20 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"_json"=>[{"act"=>"server_caller", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>2}, {"act"=>"server_caller", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>3}], "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-19 11:32:44 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (4.3ms)
Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 11:32:44 +0700


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 11:32:44 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 11:32:44 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 176ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 11:32:46 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller" for 127.0.0.1 at 2013-01-19 11:33:50 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ServerCaller"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 11:33:50 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 11:33:50 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 11:33:50 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 204ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 11:33:52 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 11:33:52 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"server_caller", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-01-19 12:23:10 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (8.1ms)
Completed 500 Internal Server Error in 15ms

ActionView::Template::Error (No such file or directory - /Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/endpoints/javascripts/endpoints.js):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/client_class.rb:230:in `read'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/client_class.rb:230:in `block in mixins_as_string'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/client_class.rb:229:in `map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/client_class.rb:229:in `mixins_as_string'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/client_class.rb:238:in `properties_as_string'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/client_class.rb:220:in `class_declaration'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/client_class.rb:166:in `class_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/client_class.rb:215:in `code_with_dependencies'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:95:in `block in js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:94:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:94:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:94:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___55279010423426869_70150021860100'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2590815878195673747__process_action__720637225965085836__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2575730196494343765__call__203326159001142926__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (17.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.5ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-01-19 12:30:01 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.1ms)
Completed 200 OK in 18ms (Views: 18.0ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 12:30:01 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
Completed 500 Internal Server Error in 1ms

Errno::ENOTDIR (Not a directory - ../../specs/coffee/services.js.coffee):
  app/controllers/coffee_specs_controller.rb:4:in `read'
  app/controllers/coffee_specs_controller.rb:4:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2036679961725412220__process_action__946533786193762059__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2575730196494343765__call__203326159001142926__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.5ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 12:30:01 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 12:30:03 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-01-19 12:33:09 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (28.3ms)
Completed 200 OK in 33ms (Views: 32.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 12:33:10 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 12:33:10 +0700
Completed 500 Internal Server Error in 1ms

Errno::ENOTDIR (Not a directory - ../../specs/coffee/services.js.coffee):
  app/controllers/coffee_specs_controller.rb:4:in `read'
  app/controllers/coffee_specs_controller.rb:4:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3500670953255105349__process_action__1177075392446679611__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2226116163170339030__call__615863436352460644__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.4ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 12:33:10 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 12:33:33 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
Completed 500 Internal Server Error in 0ms

Errno::ENOTDIR (Not a directory - ../../specs/coffee/services.js.coffee):
  app/controllers/coffee_specs_controller.rb:4:in `read'
  app/controllers/coffee_specs_controller.rb:4:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3500670953255105349__process_action__1177075392446679611__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2226116163170339030__call__615863436352460644__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.6ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 12:35:22 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/specs/coffee/services.js.coffee):
  app/controllers/coffee_specs_controller.rb:4:in `read'
  app/controllers/coffee_specs_controller.rb:4:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3500670953255105349__process_action__1177075392446679611__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2226116163170339030__call__615863436352460644__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.0ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 12:35:31 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/test/core_test_app/specs/coffee/services.js.coffee):
  app/controllers/coffee_specs_controller.rb:4:in `read'
  app/controllers/coffee_specs_controller.rb:4:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3500670953255105349__process_action__1177075392446679611__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2226116163170339030__call__615863436352460644__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.1ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 12:35:42 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/test/specs/coffee/services.js.coffee):
  app/controllers/coffee_specs_controller.rb:4:in `read'
  app/controllers/coffee_specs_controller.rb:4:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3500670953255105349__process_action__1177075392446679611__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2226116163170339030__call__615863436352460644__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.1ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 12:35:56 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
Completed 500 Internal Server Error in 0ms

Errno::ENOTDIR (Not a directory - /Users/skozlov/code/netzke/netzke-core/specs/coffee/services.js.coffee):
  app/controllers/coffee_specs_controller.rb:4:in `read'
  app/controllers/coffee_specs_controller.rb:4:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3500670953255105349__process_action__1177075392446679611__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2226116163170339030__call__615863436352460644__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.9ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 12:36:41 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
  Rendered text template (0.0ms)
Completed 200 OK in 140ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-01-19 12:37:02 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.7ms)
Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 12:37:02 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 12:37:02 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 12:37:03 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 214ms (Views: 2.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 12:37:05 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?catch=false" for 127.0.0.1 at 2013-01-19 12:37:40 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"catch"=>"false", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.8ms)
Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 12:37:40 +0700


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 12:37:40 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 12:37:40 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 199ms (Views: 2.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-01-19 12:37:47 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 12:37:47 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 12:37:47 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 12:37:47 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 175ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 12:37:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 12:38:51 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
  Rendered text template (0.0ms)
Completed 200 OK in 135ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-01-19 12:38:53 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.3ms)
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 12:38:53 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 12:38:53 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 12:38:53 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 180ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 12:40:14 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-01-19 12:40:26 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.9ms)
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 12:40:27 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 12:40:27 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 12:40:27 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 171ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-01-19 12:41:49 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 12:41:49 +0700


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 12:41:49 +0700
Processing by NetzkeController#ext as CSS
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 12:41:50 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 183ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 12:41:52 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 12:41:52 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/services.js" for 127.0.0.1 at 2013-01-19 12:43:19 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"services"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/coffee/services.js.coffee):
  app/controllers/coffee_specs_controller.rb:5:in `read'
  app/controllers/coffee_specs_controller.rb:5:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3500670953255105349__process_action__1177075392446679611__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2226116163170339030__call__615863436352460644__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.6ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 12:43:23 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 133ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 12:45:27 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 136ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-01-19 12:45:29 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.8ms)
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 12:45:29 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 12:45:29 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 12:45:29 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 198ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 12:45:31 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 12:45:31 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-01-19 12:46:16 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.4ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 12:46:16 +0700


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 12:46:16 +0700
Processing by NetzkeController#ext as CSS
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 12:46:16 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 191ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 12:46:18 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 12:46:18 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-01-19 13:08:21 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 13:08:21 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 13:08:21 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=true" for 127.0.0.1 at 2013-01-19 13:08:32 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"true", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 13:08:32 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 13:08:32 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 13:08:32 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 224ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 13:09:09 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 136ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=true" for 127.0.0.1 at 2013-01-19 13:09:11 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"true", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.7ms)
Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 13:09:12 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 13:09:12 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 13:09:12 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 169ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=true" for 127.0.0.1 at 2013-01-19 13:09:51 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"true", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.4ms)
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 13:09:51 +0700


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 13:09:51 +0700
Processing by NetzkeController#ext as CSS
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 13:09:51 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 169ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=true" for 127.0.0.1 at 2013-01-19 13:10:05 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"true", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.4ms)
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 13:10:05 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 13:10:05 +0700


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 13:10:05 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 205ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=true" for 127.0.0.1 at 2013-01-19 13:10:18 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"true", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 13:10:19 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 13:10:19 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 13:10:19 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 180ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=true" for 127.0.0.1 at 2013-01-19 13:10:59 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"true", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 13:10:59 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 13:10:59 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 13:10:59 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 166ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-01-19 13:11:09 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 13:11:09 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 13:11:09 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-01-19 13:11:28 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (32.3ms)
Completed 200 OK in 37ms (Views: 36.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 13:11:28 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 13:11:28 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 13:11:28 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 166ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 13:11:30 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 13:11:30 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-01-19 13:11:51 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 13:11:51 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 13:11:51 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?netzke_spec=true" for 127.0.0.1 at 2013-01-19 13:12:01 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"netzke_spec"=>"true", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.8ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 13:12:01 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 13:12:01 +0700
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 13:12:01 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 169ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 13:12:03 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 13:12:03 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?netzke_spec=true" for 127.0.0.1 at 2013-01-19 13:12:36 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"netzke_spec"=>"true", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 13:12:36 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 13:12:36 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 13:12:36 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 171ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 13:12:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 13:12:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?netzke_spec=true" for 127.0.0.1 at 2013-01-19 13:15:12 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"netzke_spec"=>"true", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 13:15:12 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 151ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?netzke_spec=true" for 127.0.0.1 at 2013-01-19 13:15:26 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"netzke_spec"=>"true", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.6ms)
Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 13:15:26 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 13:15:26 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 13:15:26 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 219ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 13:15:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?netzke_spec=true" for 127.0.0.1 at 2013-01-19 13:17:00 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"netzke_spec"=>"true", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (7.6ms)
Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 13:17:00 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 13:17:00 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 13:17:00 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 167ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 13:17:02 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 13:17:02 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?netzke_spec=true" for 127.0.0.1 at 2013-01-19 13:18:53 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"netzke_spec"=>"true", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.6ms)
Completed 200 OK in 25ms (Views: 24.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 13:18:53 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 13:18:53 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 212ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 13:18:55 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 13:18:57 +0700


Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 13:18:57 +0700
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 13:19:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 13:19:10 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 13:19:11 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>5, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 13:19:12 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=RgdTqtPW9%2BYmvgE%2ByG6KXtEekbaSfVSB%2FtIsXxBWvbU%3D" for 127.0.0.1 at 2013-01-19 13:19:13 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"RgdTqtPW9+YmvgE+yG6KXtEekbaSfVSB/tIsXxBWvbU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller?run_spec=server" for 127.0.0.1 at 2013-01-19 15:04:27 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"server", "component"=>"ServerCaller"}
  Rendered inline template within layouts/application (6.2ms)
Completed 500 Internal Server Error in 8ms

ActionView::Template::Error (uninitialized constant ServerCaller):
    1: <%= netzke :server_caller, :class_name => 'ServerCaller', :height => 400 %>
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:77:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template__689672275740608499_70180403943600'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3533504105728759246__process_action__4553983936514574046__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1779411796530340681__call__1389394363579437110__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.6ms)


Started GET "/components/Endpoints?run_spec=server" for 127.0.0.1 at 2013-01-19 15:04:37 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"server", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.5ms)
Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 15:04:37 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 15:04:37 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/server.js" for 127.0.0.1 at 2013-01-19 15:04:37 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"server"}
Completed 500 Internal Server Error in 26ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/coffee/server.js.coffee):
  app/controllers/coffee_specs_controller.rb:5:in `read'
  app/controllers/coffee_specs_controller.rb:5:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2000050761745458617__process_action__3620118536001067351__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1779411796530340681__call__1389394363579437110__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 15:04:43 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/server.js" for 127.0.0.1 at 2013-01-19 15:04:58 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"server"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/coffee/server.js.coffee):
  app/controllers/coffee_specs_controller.rb:5:in `read'
  app/controllers/coffee_specs_controller.rb:5:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2000050761745458617__process_action__3620118536001067351__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1779411796530340681__call__1389394363579437110__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 15:05:31 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 126ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 15:05:35 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.9ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 15:05:35 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 15:05:35 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 15:05:35 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 177ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 15:05:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 15:05:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 15:12:40 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 15:12:41 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 15:12:41 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Processing by NetzkeController#ext as JS
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 15:12:41 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 159ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 15:12:43 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 15:12:43 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 15:21:22 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 15:21:22 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 15:21:22 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 15:21:22 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 152ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 15:21:24 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 15:21:24 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 15:24:47 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.6ms)
Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 15:24:47 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 15:24:47 +0700
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 15:24:47 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 151ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 15:24:49 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 15:25:39 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 15:25:39 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 15:25:39 +0700
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 15:25:39 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 147ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 15:26:25 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 15:26:25 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 15:26:25 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 15:26:25 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 147ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 15:26:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 15:28:17 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 15:28:17 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 15:28:17 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)

Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)

Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 15:28:17 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 152ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 15:28:19 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 15:28:19 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 20:34:16 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (24.6ms)
Completed 200 OK in 42ms (Views: 40.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 20:34:17 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 20:34:17 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 270ms (Views: 1.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 20:34:19 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 20:34:23 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 20:34:23 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 20:35:19 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (57.9ms)
Completed 200 OK in 65ms (Views: 64.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 20:35:19 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 20:35:19 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 20:35:19 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 232ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 20:35:21 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 20:35:31 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.1ms)
Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 20:35:32 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 20:35:32 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 20:35:32 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 185ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 20:35:34 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 20:35:39 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.4ms)
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)



Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 20:35:39 +0700

Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 20:35:39 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 20:35:39 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Completed 500 Internal Server Error in 157ms

ExecJS::ProgramError (Error: Parse error on line 7: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/coffee_specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1898108362733675807__process_action__2191516177019351929__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__262710621141005331__call__2251161565541154604__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.3ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 20:36:05 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 20:36:05 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 20:36:05 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 20:36:05 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 157ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 20:36:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:00:58 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (30.6ms)
Completed 200 OK in 42ms (Views: 41.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:00:59 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:00:59 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 246ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:01:01 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:01:03 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:01:13 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:01:18 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:02:02 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.2ms)
Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:02:02 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:02:02 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:02:02 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 168ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:02:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:05:29 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.1ms)
Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:05:29 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:05:29 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:05:29 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 245ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:05:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:05:44 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (29.1ms)
Completed 200 OK in 33ms (Views: 33.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:05:44 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:05:44 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Processing by NetzkeController#ext as JS
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:05:45 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 166ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:05:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:05:57 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:05:58 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:05:58 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:05:58 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 213ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:06:16 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:06:16 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:06:16 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:06:16 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 161ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:06:18 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:06:27 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.9ms)
Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:06:27 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:06:27 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:06:27 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 166ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:06:29 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:10:11 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.5ms)
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:10:11 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:10:11 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:10:11 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 258ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:10:13 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:10:23 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:10:24 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:10:24 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:10:24 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 154ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:10:26 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:10:46 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:10:46 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:10:46 +0700
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:10:46 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 157ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:10:48 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:13:26 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.0ms)
Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:13:26 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:13:26 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:13:26 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 215ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:13:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:13:59 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.9ms)
Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:13:59 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:13:59 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Processing by NetzkeController#ext as JS
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:13:59 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:14:01 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:15:25 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:15:25 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:15:25 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:15:25 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 166ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:15:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:15:56 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.5ms)
Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:15:56 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:15:56 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:15:56 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 164ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:15:58 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:16:41 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.9ms)
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)




Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:16:41 +0700
Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:16:41 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:16:41 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Completed 500 Internal Server Error in 148ms

ExecJS::ProgramError (Error: Parse error on line 11: Unexpected ','):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/coffee_specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2516337058603820629__process_action__390706643698280429__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4336174937980587575__call__3885983811005729962__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.9ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:16:43 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Completed 500 Internal Server Error in 123ms

ExecJS::ProgramError (Error: Parse error on line 11: Unexpected ','):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/coffee_specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2516337058603820629__process_action__390706643698280429__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4336174937980587575__call__3885983811005729962__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:21:24 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.6ms)
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:21:25 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:21:25 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:21:25 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 274ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:21:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:21:43 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.5ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:21:43 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:21:43 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:21:43 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 176ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:21:45 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:21:50 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.5ms)
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:21:51 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:21:51 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:21:51 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 186ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:21:53 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:21:58 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:21:58 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:21:58 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:21:58 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 179ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:22:00 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:22:03 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.7ms)
Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:22:03 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:22:03 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Processing by NetzkeController#ext as JS
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:22:03 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 177ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:22:05 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:22:16 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.1ms)
Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:22:16 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:22:16 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:22:16 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 189ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:22:18 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:22:43 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.3ms)
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:22:43 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:22:43 +0700
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:22:43 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 154ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:22:45 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:23:07 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:23:07 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:23:07 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:23:07 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 161ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:23:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 21:31:29 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.1ms)
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)




Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 21:31:29 +0700
Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 21:31:29 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 21:31:29 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 288ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 21:31:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 23:41:08 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (29.0ms)
Completed 200 OK in 50ms (Views: 49.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 23:41:09 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 41ms (Views: 5.0ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 23:41:09 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 503ms (Views: 2.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 23:41:12 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 13ms (Views: 9.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 23:41:16 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 23:41:35 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (48.8ms)
Completed 200 OK in 58ms (Views: 57.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 23:41:35 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 23:41:35 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 23:41:35 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.1ms)
Completed 200 OK in 239ms (Views: 3.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 23:41:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 23:42:01 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 23:42:11 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?grep=Endpoints%20component" for 127.0.0.1 at 2013-01-19 23:46:19 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"grep"=>"Endpoints component", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.4ms)
Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 23:46:19 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 23:46:19 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 23:46:29 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 23:52:20 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.4ms)
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 23:52:20 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 23:52:20 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 23:52:20 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 226ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 23:52:22 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 23:53:38 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 23:53:39 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 23:53:39 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 23:53:39 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 204ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 23:53:41 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-19 23:57:04 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-19 23:57:05 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-19 23:57:05 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-19 23:57:05 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 153ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-19 23:57:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 00:07:30 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)




Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 00:07:31 +0700
Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 00:07:31 +0700
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 00:07:31 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 168ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:07:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 00:08:15 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 00:08:15 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 00:08:15 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 00:08:15 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 171ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:08:17 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 00:08:37 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.4ms)
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 00:08:37 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 00:08:37 +0700
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 00:08:37 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 186ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:08:39 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 00:09:23 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)




Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 00:09:23 +0700
Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 00:09:23 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 00:09:23 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 230ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:09:25 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:09:25 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 00:09:36 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 00:09:36 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 00:09:36 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 00:09:36 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 185ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:09:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:09:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 00:10:02 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 00:10:02 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 00:10:02 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Processing by NetzkeController#ext as JS
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 00:10:02 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 181ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:10:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:10:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 00:10:26 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.5ms)
Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 00:10:26 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 00:10:26 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 00:10:26 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 188ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:10:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:10:29 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 00:12:50 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 00:12:50 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 00:12:50 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 00:12:50 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:12:52 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:12:52 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 00:13:24 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 00:13:24 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 00:13:24 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 00:13:24 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:13:26 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:13:26 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 00:13:58 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.3ms)
Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)




Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 00:13:58 +0700
Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 00:13:58 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 00:13:58 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 200ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:14:00 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:14:01 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 00:14:35 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 00:14:35 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 00:14:35 +0700
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 00:14:35 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 183ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:14:37 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:14:37 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 00:14:45 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 00:14:45 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 00:14:45 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 00:14:45 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 193ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:14:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:14:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 00:15:31 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 36ms (Views: 36.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 00:15:31 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 00:15:31 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 00:15:31 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:15:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:15:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 00:15:56 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.9ms)
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 00:15:56 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 00:15:56 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 00:15:56 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 174ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:15:58 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:15:58 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 00:16:46 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 00:16:46 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 00:16:46 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 00:16:46 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 177ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 00:16:58 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 00:16:58 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 00:16:58 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 00:16:58 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:17:00 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 00:17:01 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:54:48 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 40ms (Views: 29.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:54:50 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 6.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 13:55:03 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (36.9ms)
Completed 200 OK in 42ms (Views: 41.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 13:55:03 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 13:55:03 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 13:55:03 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 268ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:55:06 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:55:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 13:55:20 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.5ms)
Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 13:55:20 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 13:55:20 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 13:55:20 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 259ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:55:23 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:55:23 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 13:55:59 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (23.6ms)
Completed 200 OK in 36ms (Views: 35.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 13:56:00 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 13:56:00 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 231ms (Views: 1.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 13:56:02 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:56:03 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:56:03 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 13:56:27 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 13:56:28 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 13:56:28 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 13:56:28 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 192ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:56:30 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:56:30 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 13:56:31 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.6ms)
Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 13:56:31 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 13:56:31 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 13:56:31 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 190ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:56:34 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:56:34 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 13:56:35 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 37ms (Views: 36.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 13:56:35 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 13:56:35 +0700
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 13:56:35 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 207ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:56:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:56:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 13:56:39 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 13:56:40 +0700
Processing by NetzkeController#ext as CSS


  Rendered text template (0.0ms)
Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 13:56:40 +0700
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 13:56:40 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 174ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:56:42 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:56:42 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 13:56:47 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (22.2ms)
Completed 200 OK in 35ms (Views: 34.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 13:56:47 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 13:56:47 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 229ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 13:56:49 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:56:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:56:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 13:58:04 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 13:58:04 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 13:58:04 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Processing by NetzkeController#ext as CSS
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 13:58:04 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 213ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:58:06 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:58:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 13:59:15 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 13:59:15 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 13:59:15 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 13:59:15 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 193ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:59:17 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:59:17 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 13:59:27 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (32.1ms)
Completed 200 OK in 37ms (Views: 36.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 13:59:28 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 13:59:28 +0700
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 13:59:28 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 180ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:59:30 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 13:59:30 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 14:10:38 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 14:10:38 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 14:10:38 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 14:10:38 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 199ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 14:10:40 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 14:10:40 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 14:15:15 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.7ms)
Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 14:15:16 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 14:15:16 +0700
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 14:15:16 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 211ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 14:15:18 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 14:15:18 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-20 14:17:05 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.2ms)
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-20 14:17:05 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-20 14:17:05 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-20 14:17:05 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 183ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 14:17:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-20 14:17:08 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 12:25:18 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.5ms)
Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 12:25:20 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 12:25:20 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 193ms (Views: 1.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 12:25:20 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 196ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 12:25:22 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 7.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 12:27:39 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (32.5ms)
Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 12:27:39 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 12:27:39 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 12:27:39 +0700


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 12:27:39 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 198ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 216ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:27:42 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:27:42 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 12:28:17 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.3ms)
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 12:28:18 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 12:28:18 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 12:28:18 +0700


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 12:28:18 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 189ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 203ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:28:20 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:28:20 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 12:32:47 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 12:32:48 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 12:32:48 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 12:32:48 +0700


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 12:32:48 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 187ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 221ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:32:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:32:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:32:53 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 12:40:25 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)




Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 12:40:26 +0700
Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 12:40:26 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 12:40:26 +0700


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 12:40:26 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 218ms (Views: 1.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 218ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:40:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:40:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:40:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 12:40:36 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.6ms)
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 12:40:36 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 12:40:36 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 12:40:37 +0700


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 12:40:37 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 252ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 262ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:40:39 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:40:39 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:40:39 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:42:35 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 12:42:42 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 12:42:42 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 12:42:42 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 12:42:43 +0700


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 12:42:43 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 200ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 216ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:42:45 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:42:45 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:42:45 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:42:45 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 12:42:55 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 12:42:56 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 12:42:56 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 12:42:56 +0700


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 12:42:56 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 200ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 246ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:42:58 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:42:58 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:42:58 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:42:58 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:44:19 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 12:44:49 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 12:44:49 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 12:44:49 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 12:44:49 +0700


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 12:44:49 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 220ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:44:51 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:44:51 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:44:51 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:44:52 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:44:52 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 12:45:56 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.2ms)
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 12:45:56 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 12:45:56 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 12:45:56 +0700


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 12:45:56 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 199ms (Views: 1.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 204ms (Views: 1.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:45:58 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:45:59 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:45:59 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:45:59 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 12:46:20 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.1ms)
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 12:46:21 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 12:46:21 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 12:46:21 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 196ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 12:46:21 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 182ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:46:23 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:46:23 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:46:23 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:46:24 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 12:47:19 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.4ms)
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 12:47:19 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 12:47:19 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 12:47:19 +0700


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 12:47:19 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 226ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 236ms (Views: 1.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:47:21 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:47:21 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:47:22 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:47:22 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:47:22 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 12:59:03 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.9ms)
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 12:59:03 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 12:59:03 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 12:59:03 +0700


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 12:59:03 +0700
Processing by CoffeeSpecsController#show as JS
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 214ms (Views: 2.0ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 223ms (Views: 1.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:59:05 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:59:05 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:59:05 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 12:59:05 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 13:00:48 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 13:00:48 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 13:00:48 +0700
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 13:00:48 +0700


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 13:00:48 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 248ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 263ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:00:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:00:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:00:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:00:51 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 13:01:01 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.7ms)
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 13:01:01 +0700

Processing by NetzkeController#ext as JS

Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 13:01:01 +0700
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 13:01:01 +0700


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 13:01:01 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 216ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 230ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:01:03 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:01:03 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:01:03 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:01:03 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 13:01:34 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 13:01:34 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 13:01:34 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 13:01:34 +0700


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 13:01:34 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 191ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 244ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:01:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:01:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:01:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:01:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:01:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 13:19:16 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.4ms)
Completed 200 OK in 23ms (Views: 22.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 13:19:16 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 13:19:17 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Completed 500 Internal Server Error in 199ms

ExecJS::ProgramError (Error: Parse error on line 39: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/coffee_specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1343609994919007751__process_action__519551900610886853__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3156098511304184612__call__2284348809959060628__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.7ms)


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 13:19:17 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 189ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 13:19:18 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 13:19:20 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Completed 500 Internal Server Error in 138ms

ExecJS::ProgramError (Error: Parse error on line 39: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/coffee_specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1759589037418435729__process_action__4483145258187710331__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__143970323339589091__call__2930149541811665268__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (29.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 13:19:30 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.4ms)
Completed 200 OK in 18ms (Views: 17.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 13:19:31 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 13:19:31 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 13:19:31 +0700


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 13:19:31 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 180ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Completed 500 Internal Server Error in 198ms

ExecJS::ProgramError (Error: Parse error on line 39: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/coffee_specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1759589037418435729__process_action__4483145258187710331__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__143970323339589091__call__2930149541811665268__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.4ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 13:19:32 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Completed 500 Internal Server Error in 131ms

ExecJS::ProgramError (Error: Parse error on line 39: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/coffee_specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1759589037418435729__process_action__4483145258187710331__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__143970323339589091__call__2930149541811665268__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 13:20:26 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Completed 500 Internal Server Error in 156ms

ExecJS::ProgramError (Error: Parse error on line 39: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/coffee_specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1759589037418435729__process_action__4483145258187710331__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__143970323339589091__call__2930149541811665268__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 13:20:47 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 140ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:20:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:20:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:20:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:20:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 13:21:05 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 13:21:05 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 13:21:05 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 13:21:05 +0700


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 13:21:05 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Completed 200 OK in 194ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:21:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:21:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:21:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:21:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:21:08 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 13:21:59 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.4ms)
Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 13:21:59 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 13:21:59 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 13:21:59 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 163ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 13:22:00 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 183ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:22:01 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:22:01 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:22:02 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:22:02 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:22:02 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:22:02 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 13:22:10 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.6ms)
Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 13:22:10 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 13:22:10 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 13:22:10 +0700


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 13:22:10 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 216ms (Views: 1.3ms | ActiveRecord: 0.0ms)
Completed 200 OK in 219ms (Views: 1.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:22:12 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:22:12 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:22:12 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:22:12 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:22:12 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:22:13 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 13:23:04 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.0ms)
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 13:23:05 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 13:23:05 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 13:23:05 +0700


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 13:23:05 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 190ms (Views: 2.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:23:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:23:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:23:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:23:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:23:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:23:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 13:23:25 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.9ms)
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 13:23:25 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 13:23:25 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/coffee_specs/helpers.js" for 127.0.0.1 at 2013-01-21 13:23:25 +0700


Started GET "/coffee_specs/endpoints.js" for 127.0.0.1 at 2013-01-21 13:23:25 +0700
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by CoffeeSpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 227ms (Views: 2.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 200ms (Views: 2.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:23:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:23:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:23:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:23:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:23:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 13:23:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 14:07:32 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (28.2ms)
Completed 200 OK in 42ms (Views: 41.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 14:07:32 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 4.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 14:07:32 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 286ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-21 14:07:33 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 190ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 14:07:34 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:07:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:07:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:07:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:07:37 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:07:37 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:07:37 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec" for 127.0.0.1 at 2013-01-21 14:08:25 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>nil, "component"=>"Endpoints"}
  Rendered inline template within layouts/application (29.2ms)
Completed 200 OK in 33ms (Views: 32.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 14:08:25 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 14:08:25 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-01-21 14:08:54 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.3ms)
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 14:08:54 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 14:08:54 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-01-21 14:10:11 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.4ms)
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 14:10:12 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 14:10:12 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-01-21 14:10:20 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.6ms)
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 14:10:20 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 14:10:20 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 14:10:20 +0700


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-21 14:10:20 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 255ms (Views: 1.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 271ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-01-21 14:10:44 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 14:10:44 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 14:10:44 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-21 14:10:44 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 14:10:44 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 196ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:10:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:10:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:10:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:10:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:10:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:10:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?grep=Endpoints%20component%20should%20call%20an%20endpoint%20without%20response" for 127.0.0.1 at 2013-01-21 14:10:51 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"grep"=>"Endpoints component should call an endpoint without response", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.9ms)
Completed 200 OK in 36ms (Views: 36.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 14:10:51 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 14:10:51 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:11:00 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:11:01 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:11:01 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:11:01 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:11:01 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 14:11:01 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/hello.txt" for 127.0.0.1 at 2013-01-21 17:35:56 +0700
Connecting to database specified by database.yml
Served asset /hello.txt - 404 Not Found (15ms)

ActionController::RoutingError (No route matches [GET] "/assets/hello.txt"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.4ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:36:05 +0700
Served asset /blah.txt - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/blah.txt"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:36:34 +0700
Connecting to database specified by database.yml
Served asset /blah.txt - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/blah.txt"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.0ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:37:27 +0700
Served asset /blah.txt - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/blah.txt"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:37:29 +0700
Served asset /blah.txt - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/blah.txt"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:37:32 +0700
Connecting to database specified by database.yml
Served asset /blah.txt - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/blah.txt"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.6ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:40:25 +0700
Connecting to database specified by database.yml
Served asset /blah.txt - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/blah.txt"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.5ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:41:28 +0700
Connecting to database specified by database.yml
Served asset /blah.txt - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/blah.txt"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.8ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:41:43 +0700
Connecting to database specified by database.yml
Served asset /blah.txt - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/blah.txt"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.7ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:42:12 +0700
Connecting to database specified by database.yml
Served asset /blah.txt - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/blah.txt"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.8ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:43:24 +0700
Connecting to database specified by database.yml
Served asset /blah.txt - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/blah.txt"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.5ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:43:26 +0700
Served asset /blah.txt - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/blah.txt"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:43:27 +0700
Served asset /blah.txt - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/blah.txt"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  rack (1.4.4) lib/rack/content_length.rb:14:in `call'
  railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:44:52 +0700
Connecting to database specified by database.yml
Served asset /blah.txt - 200 OK (5ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:45:05 +0700
Connecting to database specified by database.yml
Served asset /blah.txt - 304 Not Modified (1ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:45:06 +0700
Served asset /blah.txt - 304 Not Modified (0ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:45:56 +0700
Connecting to database specified by database.yml
Served asset /blah.txt - 304 Not Modified (1ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:46:27 +0700
Connecting to database specified by database.yml
Served asset /blah.txt - 200 OK (16ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:46:55 +0700
Connecting to database specified by database.yml
Served asset /blah.txt - 304 Not Modified (1ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:48:46 +0700
Connecting to database specified by database.yml
Served asset /blah.txt - 304 Not Modified (2ms)


Started GET "/assets/blah.txt" for 127.0.0.1 at 2013-01-21 17:49:06 +0700
Served asset /blah.txt - 404 Not Found (1ms)

ActionController::RoutingError (No route matches [GET] "/assets/blah.txt"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.2ms)


Started GET "/assets/blah1.txt" for 127.0.0.1 at 2013-01-21 17:49:09 +0700
Served asset /blah1.txt - 200 OK (5ms)


Started GET "/assets/blah1.txt" for 127.0.0.1 at 2013-01-21 17:49:26 +0700
Connecting to database specified by database.yml
Served asset /blah1.txt - 304 Not Modified (2ms)


Started GET "/assets/expect.js" for 127.0.0.1 at 2013-01-21 17:51:28 +0700
Served asset /expect.js - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/expect.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.9ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 17:51:36 +0700
Compiled expect/expect.js  (0ms)  (pid 35644)
Served asset /expect/expect.js - 200 OK (623ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 17:51:51 +0700
Compiled mocha/mocha.js  (25ms)  (pid 35644)
Served asset /mocha/mocha.js - 200 OK (933ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 17:52:29 +0700
Served asset /mocha/mocha.css - 404 Not Found (1ms)

ActionController::RoutingError (No route matches [GET] "/assets/mocha/mocha.css"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 17:52:48 +0700
Served asset /mocha/mocha.css - 404 Not Found (0ms)

ActionController::RoutingError (No route matches [GET] "/assets/mocha/mocha.css"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 17:52:51 +0700
Connecting to database specified by database.yml
Compiled mocha/mocha.css  (0ms)  (pid 35913)
Served asset /mocha/mocha.css - 200 OK (9ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-21 17:54:31 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (23.9ms)
Completed 200 OK in 35ms (Views: 34.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 17:54:31 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 4.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 17:54:33 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-01-21 17:54:47 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.3ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 17:54:47 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 17:54:47 +0700
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 17:54:47 +0700


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-21 17:54:47 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 266ms (Views: 1.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 281ms (Views: 1.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 17:54:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 17:54:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 17:54:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 17:54:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 17:54:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 17:54:51 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-01-21 17:56:29 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.2ms)
Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 17:56:29 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 17:56:29 +0700
Served asset /expect/expect.js - 304 Not Modified (19ms)
Served asset /mocha/mocha.js - 304 Not Modified (28ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 17:56:29 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 17:56:29 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 17:56:29 +0700
Processing by SpecsController#show as JS

  Parameters: {"id"=>"helpers"}

Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 17:56:29 +0700
Served asset /mocha/mocha.css - 304 Not Modified (6ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-21 17:56:29 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 260ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 250ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 17:56:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 17:56:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 17:56:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 17:56:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 17:56:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-01-21 17:57:01 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.4ms)
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 17:57:01 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 17:57:01 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 17:57:01 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 17:57:01 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 17:57:01 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 17:57:01 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-21 17:57:01 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 236ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 260ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 17:57:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 17:57:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 17:57:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 17:57:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 17:57:05 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-01-21 18:16:02 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (15.6ms)
Completed 200 OK in 26ms (Views: 25.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 18:16:03 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 18:16:03 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 18:16:03 +0700
Compiled mocha/mocha.css  (0ms)  (pid 39506)
Served asset /mocha/mocha.css - 304 Not Modified (31ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 18:16:03 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 212ms (Views: 1.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 18:16:05 +0700
Connecting to database specified by database.yml
Compiled mocha/mocha.js  (2ms)  (pid 39589)
Served asset /mocha/mocha.js - 200 OK (1007ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 18:16:06 +0700
Compiled expect/expect.js  (0ms)  (pid 39589)
Served asset /expect/expect.js - 304 Not Modified (567ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-21 18:16:07 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 164ms (Views: 12.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:16:08 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:16:08 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:16:08 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:16:08 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:16:08 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:16:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-01-21 18:24:03 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.8ms)
Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 18:24:04 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 18:24:04 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 18:24:04 +0700
Compiled mocha/mocha.css  (0ms)  (pid 40675)
Served asset /mocha/mocha.css - 304 Not Modified (29ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 18:24:04 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 210ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 18:24:06 +0700
Connecting to database specified by database.yml
Compiled mocha/mocha.js  (1ms)  (pid 40758)
Served asset /mocha/mocha.js - 304 Not Modified (1061ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 18:24:07 +0700
Compiled expect/expect.js  (0ms)  (pid 40758)
Served asset /expect/expect.js - 304 Not Modified (574ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-21 18:24:08 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 170ms (Views: 12.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:24:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:24:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:24:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:24:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:24:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:24:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ComponentLoader" for 127.0.0.1 at 2013-01-21 18:40:31 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentLoader"}
  Rendered inline template within layouts/application (6.7ms)
Completed 500 Internal Server Error in 14ms

ActionView::Template::Error (uninitialized constant ComponentLoader):
    1: <%= netzke :component_loader, :class_name => 'ComponentLoader', :height => 400 %>
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:77:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___1226257016969325939_70329657198920'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__458733153265243572__process_action__41711524380435805__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2323518754158026521__call__2260789480055185430__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.6ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-21 18:40:36 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (39.6ms)
Completed 200 OK in 43ms (Views: 42.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 18:40:36 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 18:40:38 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:40:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 18:44:00 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 18:44:00 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 18:44:00 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 18:44:00 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 18:44:00 +0700
Compiled expect/expect.js  (0ms)  (pid 41975)
Compiled mocha/mocha.js  (5ms)  (pid 41891)
Served asset /expect/expect.js - 304 Not Modified (856ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 18:44:01 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 215ms (Views: 4.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 200 OK (1432ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 18:44:01 +0700
Compiled mocha/mocha.css  (0ms)  (pid 41891)
Served asset /mocha/mocha.css - 304 Not Modified (6ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 18:44:01 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 182ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:44:03 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 25ms (Views: 22.1ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 18:44:22 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.9ms)
Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 18:44:23 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 18:44:23 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 18:44:23 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 18:44:23 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 18:44:23 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 18:44:23 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 18:44:23 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 185ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:44:25 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:45:19 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 18:45:36 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (7.5ms)
Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 18:45:36 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 18:45:36 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 18:45:36 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 18:45:36 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 18:45:36 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 18:45:36 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 185ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 18:45:36 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 178ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:45:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:45:39 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:45:55 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 18:47:16 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.4ms)
Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 18:47:16 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 18:47:16 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (5ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 18:47:16 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 18:47:16 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 18:47:16 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 18:47:16 +0700


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 18:47:16 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 182ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 200ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:47:18 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:47:19 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:47:19 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:47:46 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:47:49 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 18:51:38 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (7.2ms)
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 18:51:38 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 18:51:38 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 18:51:38 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 18:51:38 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 18:51:38 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 18:51:38 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 18:51:38 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 193ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:51:41 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:51:41 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:51:41 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 36ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 18:51:41 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 20:38:30 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (41.4ms)
Completed 200 OK in 52ms (Views: 51.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 20:38:30 +0700
Served asset /mocha/mocha.js - 304 Not Modified (4ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 20:38:30 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 20:38:30 +0700
Served asset /mocha/mocha.css - 304 Not Modified (3ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 20:38:30 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 20:38:32 +0700
Connecting to database specified by database.yml
Served asset /expect/expect.js - 304 Not Modified (2ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 20:38:32 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 20:38:32 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 203ms (Views: 1.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:38:34 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:38:34 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:38:34 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:38:35 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:38:35 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 20:38:46 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.5ms)
Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 20:38:46 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 20:38:46 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 20:38:46 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 20:38:46 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 20:38:46 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 20:38:46 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 20:38:46 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 179ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 214ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:38:49 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:38:49 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:38:49 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:38:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:38:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 20:39:55 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (13.4ms)
Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 20:39:55 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 20:39:55 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 20:39:55 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 20:39:55 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (3ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 20:39:55 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 20:39:55 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 20:39:55 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 186ms (Views: 2.0ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 215ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:39:58 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:40:00 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 10004ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-21 20:40:08 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (6.0ms)
Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:40:08 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 10024ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:40:10 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 10005ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-21 20:40:18 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-21 20:40:18 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.2ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-21 20:40:18 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.5ms)
Completed 200 OK in 8ms (Views: 8.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-21 20:40:18 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.1ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 20:40:18 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 10004ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:40:20 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"_json"=>[{"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1}, {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>2}, {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>3}], "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 30008ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-21 20:40:51 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (41.8ms)
Completed 200 OK in 52ms (Views: 51.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 20:40:52 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 20:40:54 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:40:59 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 10003ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-21 20:43:24 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (13.2ms)
Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 20:43:24 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 20:43:24 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-21 20:43:32 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (14.3ms)
Completed 200 OK in 18ms (Views: 17.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 20:43:32 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 20:43:32 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 20:43:35 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.9ms)
Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 20:43:36 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 20:43:36 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 20:43:36 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (25ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 20:43:36 +0700
Served asset /expect/expect.js - 304 Not Modified (2ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 20:43:36 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 20:43:36 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Served asset /mocha/mocha.css - 304 Not Modified (4ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 20:43:36 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 182ms (Views: 1.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 229ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:43:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:43:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:43:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:43:39 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:43:39 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:48:26 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:48:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
Completed 500 Internal Server Error in 463022ms
Completed 500 Internal Server Error in 433031ms

SystemExit (exit):
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:39:in `exit'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:39:in `block in initialize'
  app/components/dynamic_loading.rb:57:in `call'
  app/components/dynamic_loading.rb:57:in `sleep'
  app/components/dynamic_loading.rb:57:in `block in <class:DynamicLoading>'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:57:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:23:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__681436358262201658__process_action__3849616672669047485__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__197968331032410851__call__3990072145112379303__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'



SystemExit (exit):
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:39:in `exit'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:39:in `block in initialize'
  app/components/dynamic_loading.rb:57:in `call'
  app/components/dynamic_loading.rb:57:in `sleep'
  app/components/dynamic_loading.rb:57:in `block in <class:DynamicLoading>'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:57:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:23:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4477960789293127526__process_action__3319650535829916261__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__131786704432040422__call__4148141403426665088__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.3ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-21 20:56:11 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (40.9ms)
Completed 200 OK in 50ms (Views: 49.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 20:56:11 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 20:56:13 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:56:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-21 20:56:38 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (16.3ms)
Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 20:56:38 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 20:56:38 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:56:41 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 10003ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-21 20:59:22 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (23.3ms)
Completed 200 OK in 26ms (Views: 25.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 20:59:22 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 20:59:22 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 20:59:28 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.1ms)
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 20:59:28 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 20:59:28 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (4ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 20:59:28 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 20:59:28 +0700
Processing by NetzkeController#ext as JS
Served asset /expect/expect.js - 304 Not Modified (4ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 20:59:28 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 20:59:28 +0700
Served asset /mocha/mocha.css - 304 Not Modified (2ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 20:59:28 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 196ms (Views: 1.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 190ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:59:31 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:59:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 10004ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:59:41 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 10021ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:59:43 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 10005ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:59:51 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:59:51 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"_json"=>[{"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>4}, {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>5}, {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>6}, {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>3}], "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 10003ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:59:53 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 11ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 20:59:53 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (11.7ms)
Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 20:59:53 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 20:59:53 +0700
Processing by NetzkeController#ext as JS
Served asset /mocha/mocha.js - 304 Not Modified (4ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 20:59:53 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 20:59:53 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (3ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 20:59:53 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 20:59:53 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 20:59:53 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 214ms (Views: 1.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 196ms (Views: 2.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:59:55 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:59:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:59:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:59:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:59:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 20:59:57 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:00:10 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (6.0ms)
Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:00:10 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:00:10 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:00:10 +0700
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:00:10 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:00:10 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:00:10 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:00:10 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 172ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 213ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:12 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:13 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:13 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:13 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:13 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:14 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:00:34 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.7ms)
Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:00:34 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:00:34 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:00:34 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:00:34 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:00:34 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:00:34 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 174ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:00:34 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 196ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:37 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:37 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:37 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:37 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:00:43 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (34.9ms)
Completed 200 OK in 39ms (Views: 39.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:00:43 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:00:43 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:00:43 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:00:43 +0700


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:00:43 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:00:43 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:00:43 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 192ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 209ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:45 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:46 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:46 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:46 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:46 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:00:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:10:27 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (7.4ms)
Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:10:27 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:10:27 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:10:27 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:10:27 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:10:27 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:10:27 +0700


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:10:27 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 182ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 230ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:10:29 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:10:29 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:10:30 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:10:30 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:10:30 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:10:30 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:10:53 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (7.9ms)
Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:10:53 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:10:53 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:10:53 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:10:53 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:10:53 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:10:53 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:10:53 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 172ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 216ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:10:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:10:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:10:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:10:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:10:57 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:10:57 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:13:38 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (6.9ms)
Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:13:38 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:13:38 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:13:38 +0700
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:13:38 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:13:38 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:13:38 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:13:38 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 204ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:13:40 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:13:41 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:13:41 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:13:41 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:13:42 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:13:42 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:14:27 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (6.5ms)
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:14:27 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:14:27 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:14:27 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:14:27 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:14:27 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:14:27 +0700


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:14:27 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 179ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 216ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:14:29 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:14:30 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:14:30 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:14:30 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:14:30 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:14:31 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:14:49 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (6.6ms)
Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:14:50 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:14:50 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:14:50 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:14:50 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:14:50 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:14:50 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 168ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:14:50 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 179ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:14:52 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:14:52 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:14:52 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:14:53 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:14:53 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:14:53 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:15:25 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.1ms)
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:15:25 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:15:25 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:15:25 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:15:25 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:15:25 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:15:25 +0700


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:15:25 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 203ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:15:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:15:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:15:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:15:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:15:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:15:29 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:16:11 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (6.6ms)
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:16:11 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:16:11 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:16:11 +0700
Processing by NetzkeController#ext as CSS
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:16:11 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:16:11 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:16:11 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 186ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:16:12 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 188ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:16:14 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:16:14 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:16:14 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:16:14 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:16:15 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:16:15 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:17:07 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.9ms)
Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:17:07 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:17:07 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:17:07 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:17:07 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:17:07 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:17:07 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:17:07 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 196ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 196ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:10 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:10 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:10 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 41ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:10 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:11 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:17:29 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (6.7ms)
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:17:30 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:17:30 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:17:30 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:17:30 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:17:30 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:17:30 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 177ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:17:30 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 209ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:17:48 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (6.3ms)
Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:17:49 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:17:49 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:17:49 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:17:49 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:17:49 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:17:49 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:17:49 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 216ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:51 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:51 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:51 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:52 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:52 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:17:52 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:18:03 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (6.3ms)
Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:18:03 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:18:03 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:18:03 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:18:03 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:18:03 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:18:03 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 203ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:18:03 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 186ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:18:05 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:18:06 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:18:06 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:18:06 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:18:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:18:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:20:07 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (54.1ms)
Completed 200 OK in 59ms (Views: 58.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:20:08 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:20:08 +0700
Processing by NetzkeController#ext as JS
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:20:08 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:20:08 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:20:08 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:20:08 +0700


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:20:08 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 208ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:20:10 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:20:10 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:20:10 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:20:11 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:20:11 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:20:11 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:20:31 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (7.0ms)
Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:20:31 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:20:31 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:20:31 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:20:31 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:20:31 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:20:31 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:20:31 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 204ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:20:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:20:34 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:20:34 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:20:34 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:20:35 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:20:35 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:22:36 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (6.9ms)
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:22:36 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:22:36 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:22:36 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:22:36 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:22:37 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:22:37 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:22:37 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 202ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 214ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:22:39 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:22:39 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:22:39 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:22:40 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:22:40 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:22:40 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:22:40 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"inaccessible", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 39ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:26:23 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.1ms)
Completed 200 OK in 9ms (Views: 9.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:26:24 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:26:24 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:26:24 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:26:24 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:26:24 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:26:24 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:26:24 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:26:26 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:26:26 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:26:26 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:26:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:26:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:26:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:26:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"inaccessible", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:26:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>8, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:26:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>9, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:26:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent,selfreloading"}], "type"=>"rpc", "tid"=>10, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:28:24 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:28:24 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:28:24 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:28:24 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:28:24 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:28:24 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:28:24 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:28:24 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 218ms (Views: 1.0ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 221ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:28:26 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:28:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:28:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:28:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:28:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:28:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:28:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"inaccessible", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:28:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>8, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:28:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>9, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:29:01 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (7.0ms)
Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:29:01 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:29:01 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:29:01 +0700
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:29:01 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:29:01 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:29:01 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 198ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:29:02 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 180ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 19ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:05 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 42ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:05 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:05 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"inaccessible", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:05 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>8, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:05 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>9, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:29:32 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.5ms)
Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:29:32 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:29:32 +0700
Processing by NetzkeController#ext as JS
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:29:32 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:29:32 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:29:32 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:29:32 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:29:32 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 208ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 206ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:34 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:35 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:35 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:35 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:35 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"inaccessible", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:36 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>8, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:29:45 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>9, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:30:52 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (6.4ms)
Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:30:52 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:30:52 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:30:52 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:30:52 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:30:52 +0700


Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:30:52 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 194ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:30:52 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 206ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:30:54 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:30:55 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:30:55 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:30:55 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:30:55 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:30:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:30:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"inaccessible", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:30:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>8, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:30:56 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>9, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 21:32:39 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (7.1ms)
Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 21:32:39 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 21:32:39 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 21:32:39 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 21:32:39 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 21:32:39 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 21:32:39 +0700


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 21:32:39 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 194ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 269ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:32:41 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:32:42 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:32:42 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:32:42 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:32:43 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:32:43 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:32:43 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"inaccessible", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:32:43 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>8, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:32:43 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>9, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 21:32:51 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent,selfreloading"}], "type"=>"rpc", "tid"=>10, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/SomeComposite" for 127.0.0.1 at 2013-01-21 22:02:51 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"SomeComposite"}
  Rendered inline template within layouts/application (6.6ms)
Completed 500 Internal Server Error in 8ms

ActionView::Template::Error (uninitialized constant SomeComposite::ServerCaller):
    1: <%= netzke :some_composite, :class_name => 'SomeComposite', :height => 400 %>
  app/components/some_composite.rb:57:in `block in <class:SomeComposite>'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:94:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___1166187443720856789_70154100887200'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1569974507627478683__process_action__243102308126051162__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1391707104796771646__call__2624069992426317538__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms)


Started GET "/components/SomeComposite" for 127.0.0.1 at 2013-01-21 22:03:43 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"SomeComposite"}
  Rendered inline template within layouts/application (4.4ms)
Completed 500 Internal Server Error in 6ms

ActionView::Template::Error (uninitialized constant SomeComposite::ExtendedEndpoints):
    1: <%= netzke :some_composite, :class_name => 'SomeComposite', :height => 400 %>
  app/components/some_composite.rb:62:in `block in <class:SomeComposite>'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:94:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___1166187443720856789_70154080292860'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1569974507627478683__process_action__243102308126051162__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1391707104796771646__call__2624069992426317538__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.7ms)


Started GET "/components/SomeComposite" for 127.0.0.1 at 2013-01-21 22:04:28 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"SomeComposite"}
  Rendered inline template within layouts/application (4.2ms)
Completed 500 Internal Server Error in 6ms

ActionView::Template::Error (uninitialized constant SomeComposite::ExtendedEndpoints):
    1: <%= netzke :some_composite, :class_name => 'SomeComposite', :height => 400 %>
  app/components/some_composite.rb:62:in `block in <class:SomeComposite>'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:94:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___1166187443720856789_70154082451440'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1569974507627478683__process_action__243102308126051162__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1391707104796771646__call__2624069992426317538__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms)


Started GET "/components/SomeComposite" for 127.0.0.1 at 2013-01-21 22:04:41 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"SomeComposite"}
  Rendered inline template within layouts/application (20.2ms)
Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:04:41 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:04:41 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/SomeComposite" for 127.0.0.1 at 2013-01-21 22:05:00 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"SomeComposite"}
  Rendered inline template within layouts/application (42.8ms)
Completed 200 OK in 46ms (Views: 45.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:05:01 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:05:01 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-01-21 22:07:49 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (0.6ms)
Completed 500 Internal Server Error in 2ms

ActionView::Template::Error (uninitialized constant Composition):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:77:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___1166187443720856789_70154081508160'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1569974507627478683__process_action__243102308126051162__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1391707104796771646__call__2624069992426317538__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-01-21 22:08:00 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (19.6ms)
Completed 200 OK in 23ms (Views: 22.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:08:00 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:08:00 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:12:56 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (36.0ms)
Completed 200 OK in 40ms (Views: 39.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:12:56 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:12:56 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:12:56 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:12:56 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:12:56 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:12:56 +0700


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:12:56 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Completed 500 Internal Server Error in 155ms

ExecJS::ProgramError (Error: Parse error on line 1: Unexpected '->'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:7:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1182779519985805095__process_action__3571036946185346210__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1391707104796771646__call__2624069992426317538__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms)
  Rendered text template (0.0ms)
Completed 200 OK in 230ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:12:58 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
Completed 500 Internal Server Error in 123ms

ExecJS::ProgramError (Error: Parse error on line 1: Unexpected '->'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:7:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1182779519985805095__process_action__3571036946185346210__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1391707104796771646__call__2624069992426317538__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.1ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:13:34 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (15.7ms)
Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.0ms)




Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:13:34 +0700
Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:13:34 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Processing by NetzkeController#ext as CSS
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:13:34 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:13:34 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:13:34 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:13:34 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:13:34 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 164ms (Views: 1.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 216ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:13:58 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (63.1ms)
Completed 200 OK in 70ms (Views: 69.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:13:58 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:13:58 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:13:58 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:13:58 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:13:58 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:13:58 +0700


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:13:58 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 202ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:19:37 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (16.7ms)
Completed 200 OK in 22ms (Views: 21.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:19:37 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:19:37 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:19:37 +0700
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Served asset /expect/expect.js - 304 Not Modified (0ms)
Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:19:37 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:19:37 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:19:37 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 198ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:19:37 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 180ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:19:40 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:20:01 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (16.9ms)
Completed 200 OK in 21ms (Views: 21.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:20:01 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:20:01 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:20:01 +0700
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:20:01 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:20:01 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:20:01 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:20:01 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 196ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:20:03 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:20:25 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (17.9ms)
Completed 200 OK in 23ms (Views: 22.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:20:25 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:20:25 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:20:25 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:20:25 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:20:25 +0700
Compiled mocha/mocha.css  (0ms)  (pid 42823)
Served asset /mocha/mocha.css - 304 Not Modified (7ms)
Processing by NetzkeController#ext as CSS


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:20:25 +0700
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:20:25 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 164ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 231ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:20:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:20:52 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (15.7ms)
Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:20:53 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:20:53 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:20:53 +0700
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:20:53 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:20:53 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:20:53 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 202ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:20:53 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 167ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:20:55 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:21:01 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (16.2ms)
Completed 200 OK in 20ms (Views: 20.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:21:01 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:21:01 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:21:01 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:21:01 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:21:01 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:21:01 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:21:01 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 198ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 234ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:21:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:21:47 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (17.7ms)
Completed 200 OK in 23ms (Views: 22.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:21:47 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:21:47 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:21:47 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:21:47 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:21:47 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:21:47 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 218ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:21:48 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 180ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:21:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:23:37 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (20.2ms)
Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:23:37 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:23:37 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:23:37 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:23:37 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:23:37 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:23:37 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:23:37 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 162ms (Views: 2.0ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 231ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:23:40 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ExtendedEndpoints" for 127.0.0.1 at 2013-01-21 22:23:52 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ExtendedEndpoints"}
  Rendered inline template within layouts/application (5.4ms)
Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:23:52 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:23:52 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ExtendedEndpoints" for 127.0.0.1 at 2013-01-21 22:24:21 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ExtendedEndpoints"}
  Rendered inline template within layouts/application (7.8ms)
Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:24:21 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:24:21 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:24:27 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:24:28 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (13.8ms)
Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:24:29 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:24:29 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:24:29 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:24:29 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:24:29 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:24:29 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:24:29 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 1.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 209ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:24:31 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:25:14 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (15.7ms)
Completed 200 OK in 21ms (Views: 20.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:25:15 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:25:15 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:25:15 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:25:15 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:25:15 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:25:15 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:25:15 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Completed 500 Internal Server Error in 210ms

ExecJS::ProgramError (Error: Parse error on line 13: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:7:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1182779519985805095__process_action__3571036946185346210__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1391707104796771646__call__2624069992426317538__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (33.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (43.0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:25:17 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
Completed 500 Internal Server Error in 126ms

ExecJS::ProgramError (Error: Parse error on line 13: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:7:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1182779519985805095__process_action__3571036946185346210__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1391707104796771646__call__2624069992426317538__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.8ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-01-21 22:38:37 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (15.8ms)
Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.0ms)




Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:38:37 +0700
Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:38:37 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:38:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__west_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:38:58 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (15.5ms)
Completed 200 OK in 20ms (Views: 19.9ms | ActiveRecord: 0.0ms)




Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:38:58 +0700
Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:38:58 +0700
Processing by NetzkeController#ext as CSS
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:38:58 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:38:58 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:38:58 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:38:58 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 226ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:38:59 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
Completed 500 Internal Server Error in 175ms

ExecJS::ProgramError (Error: Parse error on line 13: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:7:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1184718793049625276__process_action__3461660603839837994__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3569850824237246367__call__3628004076577262019__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:39:00 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
Completed 500 Internal Server Error in 130ms

ExecJS::ProgramError (Error: Parse error on line 13: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:7:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1182779519985805095__process_action__3571036946185346210__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1391707104796771646__call__2624069992426317538__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.1ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:39:15 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
Completed 500 Internal Server Error in 129ms

ExecJS::ProgramError (Error: Parse error on line 13: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:7:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1182779519985805095__process_action__3571036946185346210__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1391707104796771646__call__2624069992426317538__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.9ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:39:37 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (15.3ms)
Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:39:37 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:39:37 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:39:37 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Processing by NetzkeController#ext as JS
Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:39:37 +0700
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:39:37 +0700

Served asset /mocha/mocha.css - 304 Not Modified (0ms)

Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:39:37 +0700


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:39:37 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 182ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 217ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:39:40 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:39:40 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__west_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:41:30 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (17.2ms)
Completed 200 OK in 22ms (Views: 21.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:41:30 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:41:30 +0700
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:41:30 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:41:30 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:41:30 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:41:30 +0700


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:41:30 +0700
Processing by SpecsController#show as JS
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 188ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 221ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:41:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:41:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__west_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:41:45 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (17.6ms)
Completed 200 OK in 23ms (Views: 22.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:41:45 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:41:45 +0700
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:41:45 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:41:45 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:41:45 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:41:45 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 192ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:41:45 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 181ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:41:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:41:47 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__west_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:44:01 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (21.2ms)
Completed 200 OK in 26ms (Views: 25.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:44:02 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:44:02 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:44:02 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:44:02 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:44:02 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:44:02 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:44:02 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 193ms (Views: 1.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 200ms (Views: 1.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:44:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:44:04 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__west_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:46:38 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateWest", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:47:19 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateWest", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:47:23 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (48.4ms)
Completed 200 OK in 53ms (Views: 52.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:47:23 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:47:23 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:47:23 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:47:23 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:47:23 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:47:23 +0700


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:47:23 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 179ms (Views: 1.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 219ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:47:26 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:47:26 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__west_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:47:26 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateWest", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:47:28 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateWest", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:47:30 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateWest", "data"=>nil, "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:47:43 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (16.4ms)
Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:47:43 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:47:43 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:47:43 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:47:43 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:47:43 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:47:43 +0700


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:47:43 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 196ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 201ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:47:45 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:47:46 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__west_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:47:46 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateWest", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:48:43 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (47.9ms)
Completed 200 OK in 52ms (Views: 51.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:48:43 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:48:43 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:48:43 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:48:43 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:48:43 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:48:43 +0700


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:48:43 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 174ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 219ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:48:46 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:48:46 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__west_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:48:46 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateWest", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:48:46 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateEastSouth", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:53:04 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (25.2ms)
Completed 200 OK in 31ms (Views: 30.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:53:05 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:53:05 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:53:05 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:53:05 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:53:05 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:53:05 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 198ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:53:05 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
Completed 500 Internal Server Error in 166ms

ExecJS::ProgramError (Error: Parse error on line 27: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:7:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1184718793049625276__process_action__3461660603839837994__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3569850824237246367__call__3628004076577262019__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:53:07 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
Completed 500 Internal Server Error in 139ms

ExecJS::ProgramError (Error: Parse error on line 27: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:7:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1182779519985805095__process_action__3571036946185346210__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1391707104796771646__call__2624069992426317538__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (33.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (40.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:53:13 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (14.6ms)
Completed 200 OK in 19ms (Views: 18.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:53:13 +0700
Processing by NetzkeController#ext as CSS


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:53:13 +0700
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:53:13 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:53:13 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:53:13 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:53:13 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:53:13 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 159ms (Views: 1.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 239ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:53:16 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:53:16 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__west_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:53:16 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateWest", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:53:16 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateEastSouth", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:53:30 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (15.2ms)
Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:53:30 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:53:30 +0700
Processing by NetzkeController#ext as JS
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:53:30 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:53:30 +0700
Processing by NetzkeController#ext as CSS
Served asset /expect/expect.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:53:30 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:53:30 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-21 22:53:31 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 180ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:53:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:53:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__west_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:53:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateWest", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:53:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateEastSouth", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-21 22:55:20 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (9.6ms)
Completed 500 Internal Server Error in 11ms

ActionView::Template::Error (No component 'east_south_panel' defined for 'composition'):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:181:in `block in component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:177:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:177:in `component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:198:in `block in dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:94:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___1166187443720856789_70154084919220'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1569974507627478683__process_action__243102308126051162__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1391707104796771646__call__2624069992426317538__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 22:56:56 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (4.7ms)
Completed 500 Internal Server Error in 6ms

ActionView::Template::Error (uninitialized constant SomeComposite):
    1: <%= netzke :dynamic_loading, :class_name => 'DynamicLoading', :height => 400 %>
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/component_config.rb:9:in `set_defaults!'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:144:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:94:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___1166187443720856789_70154095977160'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1569974507627478683__process_action__243102308126051162__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1391707104796771646__call__2624069992426317538__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 22:56:57 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (1.0ms)
Completed 500 Internal Server Error in 2ms

ActionView::Template::Error (uninitialized constant SomeComposite):
    1: <%= netzke :dynamic_loading, :class_name => 'DynamicLoading', :height => 400 %>
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/component_config.rb:9:in `set_defaults!'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:144:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:94:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___1166187443720856789_70154084388260'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1569974507627478683__process_action__243102308126051162__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1391707104796771646__call__2624069992426317538__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-21 22:57:28 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (15.8ms)
Completed 200 OK in 21ms (Views: 20.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-21 22:57:28 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-21 22:57:28 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-21 22:57:28 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-21 22:57:28 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-21 22:57:28 +0700
Processing by NetzkeController#ext as JS
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-21 22:57:28 +0700


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-21 22:57:28 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 296ms (Views: 1.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 273ms (Views: 2.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:57:31 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:57:31 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:57:31 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:57:31 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:57:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:57:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:57:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"inaccessible", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:57:32 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>8, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw%2BSs%3D" for 127.0.0.1 at 2013-01-21 22:57:33 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>9, "authenticity_token"=>"leS5D8zRS0zFZ90BLEcgzNVennpXPtleG1WAGjHw+Ss="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml


Started GET "/components/I18n" for 127.0.0.1 at 2013-01-22 12:53:04 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"I18n"}
  Rendered inline template within layouts/application (5.5ms)
Completed 500 Internal Server Error in 16ms

ActionView::Template::Error (undefined method `new' for I18n:Module):
    1: <%= netzke :i18n, :class_name => 'I18n', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:78:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template__1450898138784919282_70113698371260'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2844212477869207288__process_action__2131429314167405376__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3524728230299878573__call__3804795948935039206__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms)


Started GET "/components/Localization" for 127.0.0.1 at 2013-01-22 12:53:52 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Localization"}
  Rendered inline template within layouts/application (18.4ms)
Completed 200 OK in 23ms (Views: 22.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 12:53:52 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 3.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 12:53:54 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization" for 127.0.0.1 at 2013-01-22 12:54:37 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Localization"}
  Rendered inline template within layouts/application (2.6ms)
Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 12:54:38 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 12:54:38 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization" for 127.0.0.1 at 2013-01-22 12:54:57 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Localization"}
  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 12:54:57 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 12:54:57 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization" for 127.0.0.1 at 2013-01-22 12:57:29 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Localization"}
  Rendered inline template within layouts/application (10.7ms)
Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 12:57:29 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 12:57:29 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 22ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization" for 127.0.0.1 at 2013-01-22 12:58:04 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Localization"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 12:58:04 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 12:58:04 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization" for 127.0.0.1 at 2013-01-22 13:22:17 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Localization"}
  Rendered inline template within layouts/application (20.3ms)
Completed 200 OK in 33ms (Views: 32.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 13:22:17 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 13:22:19 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization?spec=localization" for 127.0.0.1 at 2013-01-22 13:29:34 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization", "component"=>"Localization"}
  Rendered inline template within layouts/application (2.7ms)
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 13:29:35 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 13:29:35 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 13:29:35 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Compiled expect/expect.js  (0ms)  (pid 1474)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 13:29:35 +0700
Compiled mocha/mocha.css  (0ms)  (pid 1391)
Served asset /mocha/mocha.css - 304 Not Modified (8ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 13:29:35 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 289ms (Views: 1.7ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (828ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-22 13:29:35 +0700
Compiled mocha/mocha.js  (2ms)  (pid 1474)
Served asset /mocha/mocha.js - 200 OK (1098ms)


Started GET "/specs/localization.js" for 127.0.0.1 at 2013-01-22 13:29:37 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization"}
  Rendered text template (0.0ms)
Completed 200 OK in 164ms (Views: 1.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization?spec=localization" for 127.0.0.1 at 2013-01-22 13:30:29 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization", "component"=>"Localization"}
  Rendered inline template within layouts/application (3.5ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 13:30:29 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 13:30:29 +0700
Processing by NetzkeController#ext as JS
Served asset /expect/expect.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-22 13:30:29 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 13:30:29 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 13:30:29 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 13:30:29 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/localization.js" for 127.0.0.1 at 2013-01-22 13:30:29 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization"}
  Rendered text template (0.0ms)
Completed 200 OK in 177ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 209ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization?spec=localization" for 127.0.0.1 at 2013-01-22 13:30:39 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization", "component"=>"Localization"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 13:30:39 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 13:30:39 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (7ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-22 13:30:39 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 13:30:39 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 13:30:39 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 13:30:39 +0700


Started GET "/specs/localization.js" for 127.0.0.1 at 2013-01-22 13:30:39 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization"}
  Rendered text template (0.0ms)
Completed 200 OK in 201ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 213ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization?spec=localization" for 127.0.0.1 at 2013-01-22 13:32:30 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization", "component"=>"Localization"}
  Rendered inline template within layouts/application (4.7ms)
Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 13:32:30 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 13:32:30 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-22 13:32:30 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (3ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 13:32:30 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 13:32:30 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 13:32:30 +0700


Started GET "/specs/localization.js" for 127.0.0.1 at 2013-01-22 13:32:30 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization"}
  Rendered text template (0.0ms)
Completed 200 OK in 170ms (Views: 1.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 210ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization?spec=localization" for 127.0.0.1 at 2013-01-22 13:34:47 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization", "component"=>"Localization"}
  Rendered inline template within layouts/application (3.2ms)
Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 13:34:48 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 13:34:48 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-22 13:34:48 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 13:34:48 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 13:34:48 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 13:34:48 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/localization.js" for 127.0.0.1 at 2013-01-22 13:34:48 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization"}
  Rendered text template (0.0ms)
Completed 200 OK in 175ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 202ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization?spec=localization" for 127.0.0.1 at 2013-01-22 13:36:02 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization", "component"=>"Localization"}
  Rendered inline template within layouts/application (3.3ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 13:36:02 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 13:36:02 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 13:36:02 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-22 13:36:02 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 13:36:02 +0700

Served asset /mocha/mocha.css - 304 Not Modified (0ms)

Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 13:36:02 +0700


Started GET "/specs/localization.js" for 127.0.0.1 at 2013-01-22 13:36:02 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization"}
  Rendered text template (0.0ms)
Completed 200 OK in 204ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 217ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-22 14:07:47 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (29.1ms)
Completed 200 OK in 34ms (Views: 34.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-22 14:07:47 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 14:07:47 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 14:07:47 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 14:07:47 +0700
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 14:07:47 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 14:07:47 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 211ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-22 14:07:47 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 185ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=SOyjgJEJfcU5meHZ5EWiSgm7QebV%2BlCfMtr0F4pjgMM%3D" for 127.0.0.1 at 2013-01-22 14:07:49 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"SOyjgJEJfcU5meHZ5EWiSgm7QebV+lCfMtr0F4pjgMM="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=SOyjgJEJfcU5meHZ5EWiSgm7QebV%2BlCfMtr0F4pjgMM%3D" for 127.0.0.1 at 2013-01-22 14:07:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__west_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"SOyjgJEJfcU5meHZ5EWiSgm7QebV+lCfMtr0F4pjgMM="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=SOyjgJEJfcU5meHZ5EWiSgm7QebV%2BlCfMtr0F4pjgMM%3D" for 127.0.0.1 at 2013-01-22 14:07:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateWest", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"SOyjgJEJfcU5meHZ5EWiSgm7QebV+lCfMtr0F4pjgMM="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=SOyjgJEJfcU5meHZ5EWiSgm7QebV%2BlCfMtr0F4pjgMM%3D" for 127.0.0.1 at 2013-01-22 14:07:50 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateEastSouth", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"SOyjgJEJfcU5meHZ5EWiSgm7QebV+lCfMtr0F4pjgMM="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-22 14:12:04 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (10.2ms)
Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-22 14:12:05 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 14:12:05 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 14:12:05 +0700
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 14:12:05 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 14:12:05 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 14:12:05 +0700


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-22 14:12:05 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 192ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 225ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=SOyjgJEJfcU5meHZ5EWiSgm7QebV%2BlCfMtr0F4pjgMM%3D" for 127.0.0.1 at 2013-01-22 14:12:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"SOyjgJEJfcU5meHZ5EWiSgm7QebV+lCfMtr0F4pjgMM="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=SOyjgJEJfcU5meHZ5EWiSgm7QebV%2BlCfMtr0F4pjgMM%3D" for 127.0.0.1 at 2013-01-22 14:12:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"SOyjgJEJfcU5meHZ5EWiSgm7QebV+lCfMtr0F4pjgMM="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=SOyjgJEJfcU5meHZ5EWiSgm7QebV%2BlCfMtr0F4pjgMM%3D" for 127.0.0.1 at 2013-01-22 14:12:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"SOyjgJEJfcU5meHZ5EWiSgm7QebV+lCfMtr0F4pjgMM="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=SOyjgJEJfcU5meHZ5EWiSgm7QebV%2BlCfMtr0F4pjgMM%3D" for 127.0.0.1 at 2013-01-22 14:12:07 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"SOyjgJEJfcU5meHZ5EWiSgm7QebV+lCfMtr0F4pjgMM="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=SOyjgJEJfcU5meHZ5EWiSgm7QebV%2BlCfMtr0F4pjgMM%3D" for 127.0.0.1 at 2013-01-22 14:12:08 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"SOyjgJEJfcU5meHZ5EWiSgm7QebV+lCfMtr0F4pjgMM="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=SOyjgJEJfcU5meHZ5EWiSgm7QebV%2BlCfMtr0F4pjgMM%3D" for 127.0.0.1 at 2013-01-22 14:12:08 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"SOyjgJEJfcU5meHZ5EWiSgm7QebV+lCfMtr0F4pjgMM="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=SOyjgJEJfcU5meHZ5EWiSgm7QebV%2BlCfMtr0F4pjgMM%3D" for 127.0.0.1 at 2013-01-22 14:12:08 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"inaccessible", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"SOyjgJEJfcU5meHZ5EWiSgm7QebV+lCfMtr0F4pjgMM="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=SOyjgJEJfcU5meHZ5EWiSgm7QebV%2BlCfMtr0F4pjgMM%3D" for 127.0.0.1 at 2013-01-22 14:12:08 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>8, "authenticity_token"=>"SOyjgJEJfcU5meHZ5EWiSgm7QebV+lCfMtr0F4pjgMM="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=SOyjgJEJfcU5meHZ5EWiSgm7QebV%2BlCfMtr0F4pjgMM%3D" for 127.0.0.1 at 2013-01-22 14:12:08 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>9, "authenticity_token"=>"SOyjgJEJfcU5meHZ5EWiSgm7QebV+lCfMtr0F4pjgMM="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=SOyjgJEJfcU5meHZ5EWiSgm7QebV%2BlCfMtr0F4pjgMM%3D" for 127.0.0.1 at 2013-01-22 14:12:09 +0700
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent,selfreloading"}], "type"=>"rpc", "tid"=>10, "authenticity_token"=>"SOyjgJEJfcU5meHZ5EWiSgm7QebV+lCfMtr0F4pjgMM="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization?spec=localization&locale=es" for 127.0.0.1 at 2013-01-22 14:32:02 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization", "locale"=>"es", "component"=>"Localization"}
  Rendered inline template within layouts/application (13.0ms)
Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 14:32:02 +0700
Compiled expect/expect.js  (0ms)  (pid 4084)
Served asset /expect/expect.js - 304 Not Modified (726ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 14:32:03 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 14:32:03 +0700
Compiled mocha/mocha.css  (0ms)  (pid 4084)
Served asset /mocha/mocha.css - 304 Not Modified (10ms)


Started GET "/specs/localization.js" for 127.0.0.1 at 2013-01-22 14:32:03 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization"}
  Rendered text template (0.0ms)
Completed 200 OK in 210ms (Views: 1.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 14:32:04 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-22 14:32:05 +0700
Compiled mocha/mocha.js  (1ms)  (pid 4166)
Served asset /mocha/mocha.js - 200 OK (892ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 14:32:06 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 166ms (Views: 1.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization?spec=localization_es&locale=es" for 127.0.0.1 at 2013-01-22 14:32:26 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization_es", "locale"=>"es", "component"=>"Localization"}
  Rendered inline template within layouts/application (3.4ms)
Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 14:32:27 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 14:32:27 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 14:32:27 +0700
Served asset /expect/expect.js - 304 Not Modified (4ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 14:32:27 +0700


Started GET "/specs/localization_es.js" for 127.0.0.1 at 2013-01-22 14:32:27 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_es"}


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 14:32:27 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 174ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 253ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization?spec=localization_es&locale=sp" for 127.0.0.1 at 2013-01-22 14:33:17 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization_es", "locale"=>"sp", "component"=>"Localization"}
  Rendered inline template within layouts/application (4.4ms)
Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 14:33:18 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 14:33:18 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/extjs/locale/ext-lang-sp.js" for 127.0.0.1 at 2013-01-22 14:33:18 +0700

ActionController::RoutingError (No route matches [GET] "/extjs/locale/ext-lang-sp.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 14:33:18 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 14:33:18 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS


Started GET "/specs/localization_es.js" for 127.0.0.1 at 2013-01-22 14:33:18 +0700
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_es"}


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 14:33:18 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 175ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 210ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/extjs/locale/ext-lang-sp.js" for 127.0.0.1 at 2013-01-22 14:33:19 +0700

ActionController::RoutingError (No route matches [GET] "/extjs/locale/ext-lang-sp.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)


Started GET "/components/Localization?spec=localization_es&locale=es" for 127.0.0.1 at 2013-01-22 14:35:45 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization_es", "locale"=>"es", "component"=>"Localization"}
  Rendered inline template within layouts/application (3.3ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 14:35:45 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 14:35:45 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 14:35:45 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 14:35:45 +0700


Started GET "/specs/localization_es.js" for 127.0.0.1 at 2013-01-22 14:35:45 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_es"}


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 14:35:45 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 185ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 214ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization?spec=localization_es&locale=es" for 127.0.0.1 at 2013-01-22 14:36:09 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization_es", "locale"=>"es", "component"=>"Localization"}
  Rendered inline template within layouts/application (3.4ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 14:36:09 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 14:36:09 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 14:36:09 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-22 14:36:09 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 14:36:09 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Compiled mocha/mocha.js  (2ms)  (pid 4084)
  Rendered text template (0.0ms)
Completed 200 OK in 204ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/localization_es.js" for 127.0.0.1 at 2013-01-22 14:36:09 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_es"}
  Rendered text template (0.0ms)
Completed 200 OK in 236ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 200 OK (1226ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 14:36:10 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/components/Localization?spec=localization&locale=es" for 127.0.0.1 at 2013-01-22 14:36:18 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization", "locale"=>"es", "component"=>"Localization"}
  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 14:36:18 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 14:36:18 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 14:36:18 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/localization.js" for 127.0.0.1 at 2013-01-22 14:36:18 +0700


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 14:36:18 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization"}
Compiled mocha/mocha.css  (0ms)  (pid 4166)
Served asset /mocha/mocha.css - 304 Not Modified (9ms)
  Rendered text template (0.0ms)
Completed 200 OK in 154ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 14:36:18 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 232ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization?spec=localization_es&locale=es" for 127.0.0.1 at 2013-01-22 14:36:32 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization_es", "locale"=>"es", "component"=>"Localization"}
  Rendered inline template within layouts/application (3.4ms)
Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)




Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 14:36:32 +0700
Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 14:36:32 +0700
Processing by NetzkeController#ext as CSS
Served asset /expect/expect.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 14:36:32 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)




Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 14:36:32 +0700
Started GET "/specs/localization_es.js" for 127.0.0.1 at 2013-01-22 14:36:32 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_es"}
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 14:36:32 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 177ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization?spec=localization_sp&locale=es" for 127.0.0.1 at 2013-01-22 14:37:24 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization_sp", "locale"=>"es", "component"=>"Localization"}
  Rendered inline template within layouts/application (3.3ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 14:37:24 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 14:37:24 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 14:37:24 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 14:37:24 +0700


Started GET "/specs/localization_sp.js" for 127.0.0.1 at 2013-01-22 14:37:24 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 14:37:24 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_sp"}
Completed 500 Internal Server Error in 1ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/localization_sp.js.coffee):
  app/controllers/specs_controller.rb:6:in `read'
  app/controllers/specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2050938531191855325__process_action__2207974762451771006__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__315395515298418845__call__2374455161107892412__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.4ms)
  Rendered text template (0.0ms)
Completed 200 OK in 196ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/localization_sp.js" for 127.0.0.1 at 2013-01-22 14:37:26 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_sp"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/localization_sp.js.coffee):
  app/controllers/specs_controller.rb:6:in `read'
  app/controllers/specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3680256099609662858__process_action__2698996469279672404__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4011333028345152431__call__450230841759216083__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.9ms)


Started GET "/components/Localization?spec=localization_sp&locale=sp" for 127.0.0.1 at 2013-01-22 14:37:48 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization_sp", "locale"=>"sp", "component"=>"Localization"}
  Rendered inline template within layouts/application (29.5ms)
Completed 200 OK in 34ms (Views: 33.8ms | ActiveRecord: 0.0ms)


Started GET "/extjs/locale/ext-lang-sp.js" for 127.0.0.1 at 2013-01-22 14:37:48 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 14:37:48 +0700

ActionController::RoutingError (No route matches [GET] "/extjs/locale/ext-lang-sp.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 14:37:48 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 14:37:48 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 14:37:48 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 14:37:48 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 190ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/localization_sp.js" for 127.0.0.1 at 2013-01-22 14:37:49 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_sp"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/localization_sp.js.coffee):
  app/controllers/specs_controller.rb:6:in `read'
  app/controllers/specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2050938531191855325__process_action__2207974762451771006__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__315395515298418845__call__2374455161107892412__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.7ms)


Started GET "/extjs/locale/ext-lang-sp.js" for 127.0.0.1 at 2013-01-22 14:37:50 +0700

ActionController::RoutingError (No route matches [GET] "/extjs/locale/ext-lang-sp.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)


Started GET "/specs/localization_sp.js" for 127.0.0.1 at 2013-01-22 14:37:50 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_sp"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/localization_sp.js.coffee):
  app/controllers/specs_controller.rb:6:in `read'
  app/controllers/specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3680256099609662858__process_action__2698996469279672404__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4011333028345152431__call__450230841759216083__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.5ms)


Started GET "/components/Localization?spec=localization_sp&locale=sp" for 127.0.0.1 at 2013-01-22 14:39:57 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization_sp", "locale"=>"sp", "component"=>"Localization"}
  Rendered inline template within layouts/application (2.6ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)


Started GET "/extjs/locale/ext-lang-sp.js" for 127.0.0.1 at 2013-01-22 14:39:57 +0700


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 14:39:57 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)

ActionController::RoutingError (No route matches [GET] "/extjs/locale/ext-lang-sp.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'




Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 14:39:57 +0700
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
Processing by NetzkeController#ext as JS


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 14:39:57 +0700
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 14:39:57 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 14:39:57 +0700


Started GET "/specs/localization_sp.js" for 127.0.0.1 at 2013-01-22 14:39:57 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_sp"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/localization_sp.js.coffee):
  app/controllers/specs_controller.rb:6:in `read'
  app/controllers/specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3680256099609662858__process_action__2698996469279672404__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4011333028345152431__call__450230841759216083__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms)
  Rendered text template (0.0ms)
Completed 200 OK in 187ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/extjs/locale/ext-lang-sp.js" for 127.0.0.1 at 2013-01-22 14:39:59 +0700

ActionController::RoutingError (No route matches [GET] "/extjs/locale/ext-lang-sp.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)


Started GET "/specs/localization_sp.js" for 127.0.0.1 at 2013-01-22 14:39:59 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_sp"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/localization_sp.js.coffee):
  app/controllers/specs_controller.rb:6:in `read'
  app/controllers/specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3680256099609662858__process_action__2698996469279672404__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4011333028345152431__call__450230841759216083__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms)


Started GET "/components/Localization?spec=localization_sp&locale=sp" for 127.0.0.1 at 2013-01-22 14:43:15 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization_sp", "locale"=>"sp", "component"=>"Localization"}
  Rendered inline template within layouts/application (3.6ms)
Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 14:43:16 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 14:43:16 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 14:43:16 +0700


Started GET "/extjs/locale/ext-lang-sp.js" for 127.0.0.1 at 2013-01-22 14:43:16 +0700
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)

ActionController::RoutingError (No route matches [GET] "/extjs/locale/ext-lang-sp.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 14:43:16 +0700


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-22 14:43:16 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 200 OK (0ms)


Started GET "/specs/localization_sp.js" for 127.0.0.1 at 2013-01-22 14:43:16 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 14:43:16 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_sp"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/localization_sp.js.coffee):
  app/controllers/specs_controller.rb:6:in `read'
  app/controllers/specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3680256099609662858__process_action__2698996469279672404__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4011333028345152431__call__450230841759216083__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.2ms)
  Rendered text template (0.0ms)
Completed 200 OK in 226ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/extjs/locale/ext-lang-sp.js" for 127.0.0.1 at 2013-01-22 14:43:17 +0700

ActionController::RoutingError (No route matches [GET] "/extjs/locale/ext-lang-sp.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)


Started GET "/specs/localization_sp.js" for 127.0.0.1 at 2013-01-22 14:43:17 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_sp"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/localization_sp.js.coffee):
  app/controllers/specs_controller.rb:6:in `read'
  app/controllers/specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3680256099609662858__process_action__2698996469279672404__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4011333028345152431__call__450230841759216083__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms)


Started GET "/components/Localization?spec=localization_sp&locale=sp" for 127.0.0.1 at 2013-01-22 14:44:29 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization_sp", "locale"=>"sp", "component"=>"Localization"}
  Rendered inline template within layouts/application (2.8ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 14:44:29 +0700


Started GET "/extjs/locale/ext-lang-sp.js" for 127.0.0.1 at 2013-01-22 14:44:29 +0700

ActionController::RoutingError (No route matches [GET] "/extjs/locale/ext-lang-sp.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 14:44:29 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 14:44:29 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-22 14:44:29 +0700
Served asset /mocha/mocha.js - 200 OK (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 14:44:29 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 14:44:29 +0700


Started GET "/specs/localization_sp.js" for 127.0.0.1 at 2013-01-22 14:44:29 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_sp"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/localization_sp.js.coffee):
  app/controllers/specs_controller.rb:6:in `read'
  app/controllers/specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2050938531191855325__process_action__2207974762451771006__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__315395515298418845__call__2374455161107892412__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.6ms)
  Rendered text template (0.0ms)
Completed 200 OK in 186ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/extjs/locale/ext-lang-sp.js" for 127.0.0.1 at 2013-01-22 14:44:31 +0700

ActionController::RoutingError (No route matches [GET] "/extjs/locale/ext-lang-sp.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)


Started GET "/specs/localization_sp.js" for 127.0.0.1 at 2013-01-22 14:44:31 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_sp"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/localization_sp.js.coffee):
  app/controllers/specs_controller.rb:6:in `read'
  app/controllers/specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3680256099609662858__process_action__2698996469279672404__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4011333028345152431__call__450230841759216083__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.7ms)


Started GET "/components/Localization?spec=localization_sp&locale=sp" for 127.0.0.1 at 2013-01-22 14:45:15 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization_sp", "locale"=>"sp", "component"=>"Localization"}
  Rendered inline template within layouts/application (3.4ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)


Started GET "/extjs/locale/ext-lang-sp.js" for 127.0.0.1 at 2013-01-22 14:45:15 +0700


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 14:45:15 +0700
Processing by NetzkeController#ext as JS

ActionController::RoutingError (No route matches [GET] "/extjs/locale/ext-lang-sp.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 14:45:15 +0700
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 14:45:15 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-22 14:45:15 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 14:45:15 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 14:45:15 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 215ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/localization_sp.js" for 127.0.0.1 at 2013-01-22 14:45:16 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_sp"}
Completed 500 Internal Server Error in 1ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/localization_sp.js.coffee):
  app/controllers/specs_controller.rb:6:in `read'
  app/controllers/specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2050938531191855325__process_action__2207974762451771006__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__315395515298418845__call__2374455161107892412__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.9ms)


Started GET "/extjs/locale/ext-lang-sp.js" for 127.0.0.1 at 2013-01-22 14:45:17 +0700

ActionController::RoutingError (No route matches [GET] "/extjs/locale/ext-lang-sp.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)


Started GET "/specs/localization_sp.js" for 127.0.0.1 at 2013-01-22 14:45:17 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_sp"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/localization_sp.js.coffee):
  app/controllers/specs_controller.rb:6:in `read'
  app/controllers/specs_controller.rb:6:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3680256099609662858__process_action__2698996469279672404__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4011333028345152431__call__450230841759216083__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.6ms)


Started GET "/components/Localization?spec=localization_es&locale=es" for 127.0.0.1 at 2013-01-22 14:47:17 +0700
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization_es", "locale"=>"es", "component"=>"Localization"}
  Rendered inline template within layouts/application (3.2ms)
Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-22 14:47:17 +0700


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-22 14:47:17 +0700
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-22 14:47:17 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-22 14:47:17 +0700


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-22 14:47:17 +0700
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/specs/localization_es.js" for 127.0.0.1 at 2013-01-22 14:47:17 +0700
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_es"}
  Rendered text template (0.0ms)
Completed 200 OK in 185ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-22 14:47:17 +0700
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/components/ScopedComponents/Scoping" for 127.0.0.1 at 2013-01-29 13:30:40 +0800
Connecting to database specified by database.yml

AbstractController::ActionNotFound (The action 'ScopedComponents' could not be found for ComponentsController):
  actionpack (3.2.11) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2339366689796858451__call__4449560047693512900__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (1.8ms)


Started GET "/components/ScopedComponents::Scoping" for 127.0.0.1 at 2013-01-29 13:30:56 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ScopedComponents::Scoping"}
  Rendered inline template within layouts/application (5.6ms)
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 13:30:56 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 26ms (Views: 25.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 13:30:58 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)


Started GET "/components/ScopedComponents::Scoping?spec=scoped_components/scoping" for 127.0.0.1 at 2013-01-29 13:31:12 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"scoped_components/scoping", "component"=>"ScopedComponents::Scoping"}
  Rendered inline template within layouts/application (1.4ms)
Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 13:31:12 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 13:31:12 +0800
Compiled expect/expect.js  (0ms)  (pid 5216)
Compiled mocha/mocha.js  (3ms)  (pid 5122)
Served asset /expect/expect.js - 200 OK (677ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 13:31:13 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 13:31:13 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 261ms (Views: 2.2ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 200 OK (1150ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 13:31:13 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 22ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 13:31:13 +0800
Compiled mocha/mocha.css  (0ms)  (pid 5122)
Served asset /mocha/mocha.css - 200 OK (8ms)


Started GET "/specs/scoped_components/scoping.js" for 127.0.0.1 at 2013-01-29 13:31:13 +0800

AbstractController::ActionNotFound (The action 'scoped_components' could not be found for SpecsController):
  actionpack (3.2.11) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2339366689796858451__call__4449560047693512900__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms)


Started GET "/specs/scoped_components/scoping.js" for 127.0.0.1 at 2013-01-29 13:31:13 +0800

AbstractController::ActionNotFound (The action 'scoped_components' could not be found for SpecsController):
  actionpack (3.2.11) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2339366689796858451__call__4449560047693512900__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms)


Started GET "/components/ScopedComponents::Scoping?spec=scoped_components/scoping" for 127.0.0.1 at 2013-01-29 13:31:24 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"scoped_components/scoping", "component"=>"ScopedComponents::Scoping"}
  Rendered inline template within layouts/application (1.3ms)
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 13:31:24 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 13:31:24 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 13:31:24 +0800


Started GET "/specs/scoped_components/scoping.js" for 127.0.0.1 at 2013-01-29 13:31:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}

AbstractController::ActionNotFound (The action 'scoped_components' could not be found for SpecsController):
  actionpack (3.2.11) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1037931987728627278__call__543942086361293285__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (4.8ms)
  Rendered text template (0.0ms)
Completed 200 OK in 187ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/scoped_components/scoping.js" for 127.0.0.1 at 2013-01-29 13:31:26 +0800

AbstractController::ActionNotFound (The action 'scoped_components' could not be found for SpecsController):
  actionpack (3.2.11) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2339366689796858451__call__4449560047693512900__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms)


Started GET "/specs/scoped_components/scoping.js" for 127.0.0.1 at 2013-01-29 13:31:42 +0800

AbstractController::ActionNotFound (The action 'scoped_components' could not be found for SpecsController):
  actionpack (3.2.11) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2339366689796858451__call__4449560047693512900__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-29 13:32:09 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 138ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/scoped_components/scoping.js" for 127.0.0.1 at 2013-01-29 13:33:46 +0800

ActionController::RoutingError (No route matches [GET] "/specs/scoped_components/scoping.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.3ms)


Started GET "/specs/scoped_components__scoping.js" for 127.0.0.1 at 2013-01-29 13:33:52 +0800

AbstractController::ActionNotFound (The action 'show' could not be found for SpecsController):
  actionpack (3.2.11) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2339366689796858451__call__4449560047693512900__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-29 13:34:08 +0800

AbstractController::ActionNotFound (The action 'show' could not be found for SpecsController):
  actionpack (3.2.11) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2339366689796858451__call__4449560047693512900__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-29 13:34:10 +0800

AbstractController::ActionNotFound (The action 'show' could not be found for SpecsController):
  actionpack (3.2.11) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2339366689796858451__call__4449560047693512900__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.3ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-29 13:34:21 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 138ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/scoped_components__scoping.js" for 127.0.0.1 at 2013-01-29 13:34:23 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"scoped_components__scoping"}
Completed 500 Internal Server Error in 120ms

ExecJS::ProgramError (Error: Parse error on line 1: Unexpected '->'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2935949564485408390__process_action__2570687143282728665__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2339366689796858451__call__4449560047693512900__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.5ms)


Started GET "/specs/scoped_components__scoping.js" for 127.0.0.1 at 2013-01-29 13:34:48 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"scoped_components__scoping"}
Completed 500 Internal Server Error in 117ms

ExecJS::ProgramError (Error: Parse error on line 1: Unexpected '->'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2935949564485408390__process_action__2570687143282728665__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2339366689796858451__call__4449560047693512900__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.6ms)


Started GET "/specs/scoped_components__scoping.js" for 127.0.0.1 at 2013-01-29 13:34:52 +0800
Connecting to database specified by database.yml
Processing by SpecsController#show as JS
  Parameters: {"id"=>"scoped_components__scoping"}
Completed 500 Internal Server Error in 118ms

ExecJS::ProgramError (Error: Parse error on line 1: Unexpected '->'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2239686321701071679__process_action__938903745832571994__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3162653148747668811__call__147364432529129314__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms)


Started GET "/specs/scoped_components__scoping.js" for 127.0.0.1 at 2013-01-29 13:35:36 +0800
Connecting to database specified by database.yml
Processing by SpecsController#show as JS
  Parameters: {"id"=>"scoped_components__scoping"}
Completed 500 Internal Server Error in 118ms

ExecJS::ProgramError (Error: Parse error on line 1: Unexpected '->'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3793935397757754094__process_action__3498543273539702869__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2508500095826290854__call__3122404823991086747__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.3ms)


Started GET "/specs/scoped_components__scoping.js" for 127.0.0.1 at 2013-01-29 13:35:54 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"scoped_components__scoping"}
Completed 500 Internal Server Error in 134ms

ExecJS::ProgramError (Error: Parse error on line 1: Unexpected '->'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3793935397757754094__process_action__3498543273539702869__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2508500095826290854__call__3122404823991086747__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms)


Started GET "/specs/scoped_components__scoping.js" for 127.0.0.1 at 2013-01-29 13:36:18 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"scoped_components__scoping"}
  Rendered text template (0.0ms)
Completed 200 OK in 125ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ScopedComponents::Scoping?spec=scoped_components/" for 127.0.0.1 at 2013-01-29 13:36:33 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"scoped_components/", "component"=>"ScopedComponents::Scoping"}
  Rendered inline template within layouts/application (11.2ms)
Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/scoped_components/.js" for 127.0.0.1 at 2013-01-29 13:36:33 +0800

ActionController::RoutingError (No route matches [GET] "/specs/scoped_components/.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 13:36:33 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 13:36:35 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 13:36:35 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 230ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/scoped_components/.js" for 127.0.0.1 at 2013-01-29 13:36:36 +0800

ActionController::RoutingError (No route matches [GET] "/specs/scoped_components/.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)


Started GET "/components/ScopedComponents::Scoping?spec=scoped_components__scoping" for 127.0.0.1 at 2013-01-29 13:36:41 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"scoped_components__scoping", "component"=>"ScopedComponents::Scoping"}
  Rendered inline template within layouts/application (1.5ms)
Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 13:36:41 +0800


Started GET "/specs/scoped_components__scoping.js" for 127.0.0.1 at 2013-01-29 13:36:41 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"scoped_components__scoping"}


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 13:36:42 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 183ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 13:36:42 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 213ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/ScopedComponents::ScopingExtended" for 127.0.0.1 at 2013-01-29 13:41:13 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ScopedComponents::ScopingExtended"}
  Rendered inline template within layouts/application (6.8ms)
Completed 500 Internal Server Error in 8ms

ActionView::Template::Error (uninitialized constant ScopedComponents::ScopingExtended):
    1: <%= netzke :scoped_components_scoping_extended, :class_name => 'ScopedComponents::ScopingExtended', :height => 400 %>
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:77:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template__1297900361187139219_70108137753160'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1941431383801142741__process_action__3462059240033561931__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2508500095826290854__call__3122404823991086747__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.7ms)


Started GET "/components/ScopedComponents::ScopingExtended" for 127.0.0.1 at 2013-01-29 13:41:22 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ScopedComponents::ScopingExtended"}
  Rendered inline template within layouts/application (1.5ms)
Completed 500 Internal Server Error in 3ms

ActionView::Template::Error (/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/scoped_components/scoping_extended.rb:3: syntax error, unexpected keyword_do, expecting ';' or '\n'
    def configure do |c|
                    ^
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/scoped_components/scoping_extended.rb:8: syntax error, unexpected keyword_end, expecting $end):
    1: <%= netzke :scoped_components_scoping_extended, :class_name => 'ScopedComponents::ScopingExtended', :height => 400 %>
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.11) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.11) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:77:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template__1297900361187139219_70108160702700'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1941431383801142741__process_action__3462059240033561931__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2508500095826290854__call__3122404823991086747__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.8ms)


Started GET "/components/ScopedComponents::ScopingExtended" for 127.0.0.1 at 2013-01-29 13:41:32 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ScopedComponents::ScopingExtended"}
  Rendered inline template within layouts/application (2.8ms)
Completed 500 Internal Server Error in 5ms

ActionView::Template::Error (undefined method `+' for nil:NilClass):
    1: <%= netzke :scoped_components_scoping_extended, :class_name => 'ScopedComponents::ScopingExtended', :height => 400 %>
  app/components/scoped_components/scoping_extended.rb:5:in `configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:114:in `initialize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:78:in `new'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:78:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template__1297900361187139219_70108130654160'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1941431383801142741__process_action__3462059240033561931__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2508500095826290854__call__3122404823991086747__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms)


Started GET "/components/ScopedComponents::ScopingExtended" for 127.0.0.1 at 2013-01-29 13:41:50 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ScopedComponents::ScopingExtended"}
  Rendered inline template within layouts/application (3.0ms)
Completed 200 OK in 23ms (Views: 23.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 13:41:50 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 13:41:50 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/ScopedComponents::ScopingExtended" for 127.0.0.1 at 2013-01-29 13:42:01 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ScopedComponents::ScopingExtended"}
  Rendered inline template within layouts/application (1.3ms)
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 13:42:01 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 13:42:01 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ScopedComponents::ScopingExtended?spec=scoped_components__scoping_extended" for 127.0.0.1 at 2013-01-29 13:42:15 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"scoped_components__scoping_extended", "component"=>"ScopedComponents::ScopingExtended"}
  Rendered inline template within layouts/application (1.4ms)
Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 13:42:16 +0800


Started GET "/specs/scoped_components__scoping_extended.js" for 127.0.0.1 at 2013-01-29 13:42:16 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 13:42:16 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"scoped_components__scoping_extended"}
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 140ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 13:42:16 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 191ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/ComponentWithActions" for 127.0.0.1 at 2013-01-29 13:47:27 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentWithActions"}
  Rendered inline template within layouts/application (10.3ms)
Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 13:47:28 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 13:47:28 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Actions" for 127.0.0.1 at 2013-01-29 13:49:31 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Actions"}
  Rendered inline template within layouts/application (6.3ms)
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 13:49:31 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 13:49:31 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-01-29 13:50:50 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (40.6ms)
Completed 200 OK in 44ms (Views: 43.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 13:50:50 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 13:50:50 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Actions?spec=actions" for 127.0.0.1 at 2013-01-29 13:52:47 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"actions", "component"=>"Actions"}
  Rendered inline template within layouts/application (5.2ms)
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/actions.js" for 127.0.0.1 at 2013-01-29 13:52:47 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 13:52:47 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"actions"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 192ms (Views: 1.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 13:52:48 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 219ms (Views: 2.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 13:52:48 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/components/Actions?spec=actions" for 127.0.0.1 at 2013-01-29 14:26:40 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"actions", "component"=>"Actions"}
  Rendered inline template within layouts/application (5.1ms)
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 14:26:41 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 14:26:41 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/actions.js" for 127.0.0.1 at 2013-01-29 14:26:41 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 14:26:41 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"actions"}
  Rendered text template (0.0ms)
Completed 200 OK in 187ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 215ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Actions?spec=actions" for 127.0.0.1 at 2013-01-29 14:26:57 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"actions", "component"=>"Actions"}
  Rendered inline template within layouts/application (35.4ms)
Completed 200 OK in 40ms (Views: 40.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 14:26:57 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 14:26:57 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 14:26:57 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 14:26:57 +0800
Compiled expect/expect.js  (0ms)  (pid 5435)
Compiled mocha/mocha.js  (3ms)  (pid 5541)
Served asset /expect/expect.js - 304 Not Modified (801ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 14:26:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 224ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 200 OK (1267ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 14:26:58 +0800
Compiled mocha/mocha.css  (0ms)  (pid 5541)
Served asset /mocha/mocha.css - 304 Not Modified (8ms)


Started GET "/specs/actions.js" for 127.0.0.1 at 2013-01-29 14:26:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"actions"}
  Rendered text template (0.0ms)
Completed 200 OK in 153ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/Actions?spec=actions" for 127.0.0.1 at 2013-01-29 14:27:16 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"actions", "component"=>"Actions"}
  Rendered inline template within layouts/application (8.7ms)
Completed 200 OK in 15ms (Views: 15.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 14:27:16 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 14:27:16 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 14:27:16 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 14:27:16 +0800
Processing by NetzkeController#ext as JS
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 14:27:16 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 14:27:16 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Served asset /mocha/mocha.css - 304 Not Modified (3ms)


Started GET "/specs/actions.js" for 127.0.0.1 at 2013-01-29 14:27:16 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"actions"}
  Rendered text template (0.0ms)
Completed 200 OK in 182ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 207ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/Actions?spec=actions" for 127.0.0.1 at 2013-01-29 14:28:56 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"actions", "component"=>"Actions"}
  Rendered inline template within layouts/application (5.9ms)
Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 14:28:57 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 14:28:57 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 14:28:57 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 14:28:57 +0800
Served asset /mocha/mocha.js - 304 Not Modified (3ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 14:28:57 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 14:28:57 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 187ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/actions.js" for 127.0.0.1 at 2013-01-29 14:28:57 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"actions"}
  Rendered text template (0.0ms)
Completed 200 OK in 171ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Actions?spec=actions" for 127.0.0.1 at 2013-01-29 14:29:15 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"actions", "component"=>"Actions"}
  Rendered inline template within layouts/application (29.2ms)
Completed 200 OK in 33ms (Views: 32.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 14:29:15 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 14:29:15 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (4ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 14:29:15 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 14:29:15 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 14:29:15 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 14:29:15 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 181ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/actions.js" for 127.0.0.1 at 2013-01-29 14:29:15 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"actions"}
  Rendered text template (0.0ms)
Completed 200 OK in 192ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Actions?spec=actions" for 127.0.0.1 at 2013-01-29 14:29:41 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"actions", "component"=>"Actions"}
  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 14:29:41 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 14:29:41 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 14:29:41 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 14:29:41 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 14:29:41 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 14:29:41 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/actions.js" for 127.0.0.1 at 2013-01-29 14:29:41 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"actions"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 181ms (Views: 1.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 213ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/components/Tools?spec=tools" for 127.0.0.1 at 2013-01-29 14:33:39 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"tools", "component"=>"Tools"}
  Rendered inline template within layouts/application (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 14:33:39 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 14:33:39 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 14:33:39 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 14:33:39 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 14:33:39 +0800


Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 14:33:39 +0800


Started GET "/specs/tools.js" for 127.0.0.1 at 2013-01-29 14:33:39 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"tools"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 212ms (Views: 2.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 222ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Tools?spec=tools" for 127.0.0.1 at 2013-01-29 14:39:28 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"tools", "component"=>"Tools"}
  Rendered inline template within layouts/application (2.2ms)
Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 14:39:29 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 14:39:29 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 14:39:29 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 14:39:29 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 14:39:29 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 14:39:29 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/tools.js" for 127.0.0.1 at 2013-01-29 14:39:29 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"tools"}
  Rendered text template (0.0ms)
Completed 200 OK in 162ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Tools?spec=tools" for 127.0.0.1 at 2013-01-29 14:41:01 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"tools", "component"=>"Tools"}
  Rendered inline template within layouts/application (1.3ms)
Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 14:41:01 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 14:41:01 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 14:41:01 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 14:41:01 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 14:41:01 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 14:41:01 +0800


Started GET "/specs/tools.js" for 127.0.0.1 at 2013-01-29 14:41:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"tools"}
  Rendered text template (0.0ms)
Completed 200 OK in 186ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 242ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/components/Tools?spec=tools" for 127.0.0.1 at 2013-01-29 14:41:10 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"tools", "component"=>"Tools"}
  Rendered inline template within layouts/application (1.6ms)
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 14:41:10 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 14:41:10 +0800
Processing by NetzkeController#ext as JS
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 14:41:10 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 14:41:10 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 14:41:10 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 14:41:10 +0800


Started GET "/specs/tools.js" for 127.0.0.1 at 2013-01-29 14:41:10 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"tools"}
  Rendered text template (0.0ms)
Completed 200 OK in 176ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 217ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Tools?spec=tools" for 127.0.0.1 at 2013-01-29 14:42:13 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"tools", "component"=>"Tools"}
  Rendered inline template within layouts/application (1.8ms)
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 14:42:13 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 14:42:13 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 14:42:13 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 14:42:13 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 14:42:13 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 14:42:13 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 183ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/tools.js" for 127.0.0.1 at 2013-01-29 14:42:14 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"tools"}
  Rendered text template (0.0ms)
Completed 200 OK in 167ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Actions" for 127.0.0.1 at 2013-01-29 14:49:15 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Actions"}
  Rendered inline template within layouts/application (7.4ms)
Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 14:49:15 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 14:49:15 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Tools?spec=tools" for 127.0.0.1 at 2013-01-29 14:51:49 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"tools", "component"=>"Tools"}
  Rendered inline template within layouts/application (1.4ms)
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 14:51:49 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 14:51:49 +0800
Processing by NetzkeController#ext as JS
Served asset /expect/expect.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 14:51:49 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 14:51:49 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 14:51:49 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 14:51:49 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/tools.js" for 127.0.0.1 at 2013-01-29 14:51:49 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"tools"}
  Rendered text template (0.0ms)
Completed 200 OK in 220ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 222ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Tools?spec=tools" for 127.0.0.1 at 2013-01-29 14:52:33 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"tools", "component"=>"Tools"}
  Rendered inline template within layouts/application (2.1ms)
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 14:52:33 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 14:52:33 +0800
Processing by NetzkeController#ext as JS
Served asset /expect/expect.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 14:52:33 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 14:52:33 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 14:52:33 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 14:52:33 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 176ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/tools.js" for 127.0.0.1 at 2013-01-29 14:52:33 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"tools"}
  Rendered text template (0.0ms)
Completed 200 OK in 159ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Tools?spec=tools" for 127.0.0.1 at 2013-01-29 14:53:11 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"tools", "component"=>"Tools"}
  Rendered inline template within layouts/application (1.3ms)
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 14:53:11 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 14:53:11 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 14:53:11 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 14:53:11 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 14:53:11 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 14:53:11 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/tools.js" for 127.0.0.1 at 2013-01-29 14:53:11 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"tools"}
  Rendered text template (0.0ms)
Completed 200 OK in 183ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 214ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Actions?spec=actions" for 127.0.0.1 at 2013-01-29 14:55:12 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"actions", "component"=>"Actions"}
  Rendered inline template within layouts/application (5.4ms)
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 14:55:12 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 14:55:12 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 14:55:12 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 14:55:12 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 14:55:12 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 14:55:12 +0800


Started GET "/specs/actions.js" for 127.0.0.1 at 2013-01-29 14:55:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"actions"}
  Rendered text template (0.0ms)
Completed 200 OK in 209ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 223ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-29 15:02:05 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (8.6ms)
Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:02:05 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:02:05 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?run_spec=endpoints" for 127.0.0.1 at 2013-01-29 15:02:11 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"run_spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.9ms)
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:02:11 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:02:11 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-01-29 15:02:17 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.3ms)
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:02:17 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:02:17 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 15:02:17 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 15:02:17 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 15:02:17 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 15:02:17 +0800


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-29 15:02:17 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 192ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 225ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:02:20 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 43ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:02:20 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:02:20 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:02:20 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:02:20 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:02:20 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-01-29 15:03:12 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.7ms)
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 15:03:13 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 15:03:13 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:03:13 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:03:13 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 15:03:13 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 15:03:13 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 174ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-29 15:03:13 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Completed 500 Internal Server Error in 153ms

ExecJS::RuntimeError (SyntaxError: unmatched ) on line 6):
  execjs (1.4.0) lib/execjs/external_runtime.rb:66:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4342585148269789484__process_action__4021855348674823573__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2081866677703447782__call__1079029726888791913__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.6ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-29 15:03:14 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Completed 500 Internal Server Error in 115ms

ExecJS::RuntimeError (SyntaxError: unmatched ) on line 6):
  execjs (1.4.0) lib/execjs/external_runtime.rb:66:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3793935397757754094__process_action__3498543273539702869__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2508500095826290854__call__3122404823991086747__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.5ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-01-29 15:03:30 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.9ms)
Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 15:03:31 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:03:31 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 15:03:31 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:03:31 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 15:03:31 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 15:03:31 +0800


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-29 15:03:31 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Completed 500 Internal Server Error in 164ms

ExecJS::RuntimeError (SyntaxError: unmatched ) on line 6):
  execjs (1.4.0) lib/execjs/external_runtime.rb:66:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3793935397757754094__process_action__3498543273539702869__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2508500095826290854__call__3122404823991086747__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms)
  Rendered text template (0.0ms)
Completed 200 OK in 214ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-29 15:03:33 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Completed 500 Internal Server Error in 127ms

ExecJS::RuntimeError (SyntaxError: unmatched ) on line 6):
  execjs (1.4.0) lib/execjs/external_runtime.rb:66:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3793935397757754094__process_action__3498543273539702869__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2508500095826290854__call__3122404823991086747__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-01-29 15:03:47 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:03:47 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 15:03:47 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:03:47 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 15:03:47 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 15:03:47 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 15:03:47 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-01-29 15:03:47 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 216ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 245ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:03:49 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:03:50 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:03:50 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:03:50 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:03:50 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:03:50 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/SimpleTabPanel" for 127.0.0.1 at 2013-01-29 15:07:10 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"SimpleTabPanel"}
  Rendered inline template within layouts/application (2.4ms)
Completed 500 Internal Server Error in 4ms

ActionView::Template::Error (uninitialized constant ServerCaller):
    1: <%= netzke :simple_tab_panel, :class_name => 'SimpleTabPanel', :height => 400 %>
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/component_config.rb:9:in `set_defaults!'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:144:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:94:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__1297900361187139219_70108160702880'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1941431383801142741__process_action__3462059240033561931__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2508500095826290854__call__3122404823991086747__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms)


Started GET "/components/Scoped::DeeplyScoped::Scoping" for 127.0.0.1 at 2013-01-29 15:16:41 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Scoped::DeeplyScoped::Scoping"}
  Rendered inline template within layouts/application (2.7ms)
Completed 500 Internal Server Error in 4ms

ActionView::Template::Error (Expected /Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/scoped/deeply_scoped/scoping.rb to define Scoped::DeeplyScoped::Scoping):
    1: <%= netzke :scoped_deeply_scoped_scoping, :class_name => 'Scoped::DeeplyScoped::Scoping', :height => 400 %>
  activesupport (3.2.11) lib/active_support/dependencies.rb:503:in `load_missing_constant'
  activesupport (3.2.11) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:77:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template__1297900361187139219_70108143315860'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1941431383801142741__process_action__3462059240033561931__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2508500095826290854__call__3122404823991086747__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms)


Started GET "/components/Scoped::DeeplyScoped::Scoping" for 127.0.0.1 at 2013-01-29 15:17:11 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Scoped::DeeplyScoped::Scoping"}
  Rendered inline template within layouts/application (3.4ms)
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:17:11 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:17:11 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-01-29 15:21:15 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (43.5ms)
Completed 200 OK in 46ms (Views: 46.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:21:15 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:21:15 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-01-29 15:22:40 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (23.1ms)
Completed 200 OK in 27ms (Views: 26.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:22:40 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:22:40 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-01-29 15:22:47 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (42.2ms)
Completed 200 OK in 46ms (Views: 45.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:22:47 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:22:47 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-01-29 15:22:59 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (19.1ms)
Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:22:59 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:22:59 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-01-29 15:23:22 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (41.1ms)
Completed 200 OK in 44ms (Views: 43.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:23:22 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:23:22 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-01-29 15:23:30 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (19.2ms)
Completed 200 OK in 22ms (Views: 21.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:23:30 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:23:30 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-01-29 15:23:41 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (42.3ms)
Completed 200 OK in 45ms (Views: 45.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:23:41 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:23:41 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-01-29 15:23:48 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (17.8ms)
Completed 200 OK in 21ms (Views: 20.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:23:48 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:23:48 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-29 15:24:44 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (39.2ms)
Completed 200 OK in 43ms (Views: 42.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 15:24:44 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 15:24:44 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:24:44 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:24:44 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 15:24:44 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 15:24:44 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 188ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-29 15:24:44 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 216ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:24:47 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:24:47 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__west_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:24:47 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateWest", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:24:47 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateEastSouth", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-01-29 15:24:54 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (17.4ms)
Completed 200 OK in 21ms (Views: 20.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 15:24:54 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 15:24:54 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:24:54 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:24:54 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 15:24:54 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 15:24:54 +0800


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-01-29 15:24:54 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 194ms (Views: 1.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 251ms (Views: 1.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:24:56 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:24:57 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition__west_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:24:57 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateWest", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 15:24:57 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"composition", "method"=>"updateEastSouth", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ComponentWithCustomCss" for 127.0.0.1 at 2013-01-29 15:26:40 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ComponentWithCustomCss"}
  Rendered inline template within layouts/application (3.1ms)
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:26:40 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:26:40 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/RequireCss" for 127.0.0.1 at 2013-01-29 15:30:27 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"RequireCss"}
  Rendered inline template within layouts/application (2.1ms)
Completed 500 Internal Server Error in 4ms

ActionView::Template::Error (No such file or directory - /Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/require_css/stylesheets/custom.css):
    1: <%= netzke :require_css, :class_name => 'RequireCss', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/stylesheets.rb:24:in `initialize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/stylesheets.rb:24:in `new'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/stylesheets.rb:24:in `block in css_included'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/stylesheets.rb:24:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/stylesheets.rb:24:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/stylesheets.rb:24:in `css_included'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/stylesheets.rb:34:in `css_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/stylesheets.rb:42:in `block in css_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/stylesheets.rb:41:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/stylesheets.rb:41:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/stylesheets.rb:41:in `css_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:55:in `netzke'
  inline template:1:in `_inline_template__1297900361187139219_70108145964540'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1941431383801142741__process_action__3462059240033561931__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2508500095826290854__call__3122404823991086747__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.1ms)


Started GET "/components/RequireCss" for 127.0.0.1 at 2013-01-29 15:30:38 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"RequireCss"}
  Rendered inline template within layouts/application (2.1ms)
Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 15:30:38 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 15:30:38 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/RequireCss?spec=require_css" for 127.0.0.1 at 2013-01-29 17:03:39 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"require_css", "component"=>"RequireCss"}
  Rendered inline template within layouts/application (11.4ms)
Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 17:03:39 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 17:03:39 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 17:03:39 +0800
Compiled mocha/mocha.css  (0ms)  (pid 8711)
Served asset /mocha/mocha.css - 304 Not Modified (10ms)


Started GET "/specs/require_css.js" for 127.0.0.1 at 2013-01-29 17:03:39 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"require_css"}
  Rendered text template (0.0ms)
Completed 200 OK in 243ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 17:03:41 +0800
Connecting to database specified by database.yml
Compiled mocha/mocha.js  (2ms)  (pid 8805)
Served asset /mocha/mocha.js - 200 OK (909ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 17:03:43 +0800
Compiled expect/expect.js  (0ms)  (pid 8805)
Served asset /expect/expect.js - 304 Not Modified (540ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 17:03:43 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 191ms (Views: 11.3ms | ActiveRecord: 0.0ms)


Started GET "/components/RequireCss?spec=require_css" for 127.0.0.1 at 2013-01-29 17:03:54 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"require_css", "component"=>"RequireCss"}
  Rendered inline template within layouts/application (1.6ms)
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 17:03:54 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 17:03:54 +0800
Served asset /mocha/mocha.js - 304 Not Modified (5ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 17:03:54 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 17:03:54 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 17:03:54 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/specs/require_css.js" for 127.0.0.1 at 2013-01-29 17:03:54 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 17:03:54 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"require_css"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 238ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/components/RequireCss?spec=require_css" for 127.0.0.1 at 2013-01-29 17:04:43 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"require_css", "component"=>"RequireCss"}
  Rendered inline template within layouts/application (1.6ms)
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 17:04:44 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 17:04:44 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)


Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 17:04:44 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 17:04:44 +0800
Served asset /expect/expect.js - 304 Not Modified (3ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 17:04:44 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 17:04:44 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/require_css.js" for 127.0.0.1 at 2013-01-29 17:04:44 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"require_css"}
  Rendered text template (0.0ms)
Completed 200 OK in 179ms (Views: 1.0ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 211ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/RequireCss?spec=require_css" for 127.0.0.1 at 2013-01-29 17:05:01 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"require_css", "component"=>"RequireCss"}
  Rendered inline template within layouts/application (1.9ms)
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 17:05:02 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 17:05:02 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 17:05:02 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 17:05:02 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 17:05:02 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 17:05:02 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/require_css.js" for 127.0.0.1 at 2013-01-29 17:05:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"require_css"}
  Rendered text template (0.0ms)
Completed 200 OK in 210ms (Views: 1.0ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 230ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/RequireCss?spec=require_css" for 127.0.0.1 at 2013-01-29 17:05:14 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"require_css", "component"=>"RequireCss"}
  Rendered inline template within layouts/application (2.5ms)
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 17:05:14 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 17:05:14 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 17:05:14 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 17:05:14 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 17:05:14 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 17:05:14 +0800


Started GET "/specs/require_css.js" for 127.0.0.1 at 2013-01-29 17:05:14 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"require_css"}
  Rendered text template (0.0ms)
Completed 200 OK in 178ms (Views: 1.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 213ms (Views: 1.5ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-29 17:08:43 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (54.9ms)
Completed 200 OK in 59ms (Views: 58.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 17:08:43 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 17:08:43 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-29 17:09:19 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.6ms)
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 17:09:19 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 17:09:19 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 17:09:34 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"require_css", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 17:09:38 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"require_css", "cache"=>"dynamicloading,requirecss"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 17:09:49 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,requirecss"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 17:09:50 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,requirecss,selfreloading"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-29 17:09:50 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.4ms)
Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 17:09:51 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 17:09:51 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 17:09:54 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-29 17:11:24 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.5ms)
Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 17:11:25 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 17:11:25 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 17:11:40 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"require_css", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-29 17:11:57 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (6.6ms)
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 17:11:57 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 17:11:57 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 17:12:05 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"require_css", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-29 17:12:11 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 17:12:12 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 17:12:12 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 17:12:20 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"require_css", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-01-29 17:37:23 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (16.4ms)
Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 17:37:23 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 17:37:23 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 17:37:28 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"require_css", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/RequireCss" for 127.0.0.1 at 2013-01-29 17:37:32 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"RequireCss"}
  Rendered inline template within layouts/application (1.2ms)
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 17:37:32 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 17:37:32 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/RequireCss" for 127.0.0.1 at 2013-01-29 17:38:15 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"RequireCss"}
  Rendered inline template within layouts/application (2.1ms)
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 17:38:15 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 17:38:15 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/LoadedRequireCss" for 127.0.0.1 at 2013-01-29 18:04:40 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"LoadedRequireCss"}
  Rendered inline template within layouts/application (2.9ms)
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 18:04:40 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 18:04:40 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 18:04:44 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"loaded_require_css", "method"=>"deliverComponent", "data"=>[{"name"=>"require_css", "cache"=>"loadedrequirecss"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/LoadedRequireCss" for 127.0.0.1 at 2013-01-29 18:04:53 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"LoadedRequireCss"}
  Rendered inline template within layouts/application (5.0ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 18:04:54 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 18:04:54 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 18:04:57 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"loaded_require_css", "method"=>"deliverComponent", "data"=>[{"name"=>"require_css", "cache"=>"loadedrequirecss"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/LoadedRequireCss" for 127.0.0.1 at 2013-01-29 18:05:17 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"LoadedRequireCss"}
  Rendered inline template within layouts/application (5.0ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 18:05:17 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 18:05:17 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 18:05:21 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"loaded_require_css", "method"=>"deliverComponent", "data"=>[{"name"=>"require_css", "cache"=>"loadedrequirecss"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/LoadedRequireCss" for 127.0.0.1 at 2013-01-29 18:05:52 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"LoadedRequireCss"}
  Rendered inline template within layouts/application (5.4ms)
Completed 200 OK in 34ms (Views: 33.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 18:05:52 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 18:05:52 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 18:05:58 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"loaded_require_css", "method"=>"deliverComponent", "data"=>[{"name"=>"require_css", "cache"=>"loadedrequirecss"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/LoadedRequireCss?spec=loaded_require_css" for 127.0.0.1 at 2013-01-29 18:07:40 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"loaded_require_css", "component"=>"LoadedRequireCss"}
  Rendered inline template within layouts/application (1.9ms)
Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 18:07:40 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 18:07:40 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 18:07:40 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 18:07:40 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 18:07:40 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 18:07:40 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 190ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/loaded_require_css.js" for 127.0.0.1 at 2013-01-29 18:07:41 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"loaded_require_css"}
  Rendered text template (0.0ms)
Completed 200 OK in 176ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 18:07:43 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"loaded_require_css", "method"=>"deliverComponent", "data"=>[{"name"=>"require_css", "cache"=>"loadedrequirecss"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/RequireCss?spec=require_css" for 127.0.0.1 at 2013-01-29 18:08:29 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"require_css", "component"=>"RequireCss"}
  Rendered inline template within layouts/application (1.2ms)
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 18:08:29 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 18:08:29 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 18:08:29 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 18:08:29 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 18:08:29 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 18:08:29 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/require_css.js" for 127.0.0.1 at 2013-01-29 18:08:29 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"require_css"}
  Rendered text template (0.0ms)
Completed 200 OK in 189ms (Views: 1.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 215ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 18:08:47 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"loaded_require_css", "method"=>"deliverComponent", "data"=>[{"name"=>"require_css", "cache"=>"loadedrequirecss"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/LoadedRequireCss?spec=loaded_require_css" for 127.0.0.1 at 2013-01-29 18:08:47 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"loaded_require_css", "component"=>"LoadedRequireCss"}
  Rendered inline template within layouts/application (3.9ms)
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 18:08:48 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 18:08:48 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 18:08:48 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 18:08:48 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 18:08:48 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 18:08:48 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/loaded_require_css.js" for 127.0.0.1 at 2013-01-29 18:08:48 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"loaded_require_css"}
  Rendered text template (0.0ms)
Completed 200 OK in 161ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 18:08:50 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"loaded_require_css", "method"=>"deliverComponent", "data"=>[{"name"=>"require_css", "cache"=>"loadedrequirecss"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/LoadedRequireCss?spec=loaded_require_css" for 127.0.0.1 at 2013-01-29 18:10:10 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"loaded_require_css", "component"=>"LoadedRequireCss"}
  Rendered inline template within layouts/application (1.8ms)
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 18:10:11 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 18:10:11 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 18:10:11 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 18:10:11 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 18:10:11 +0800


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 18:10:11 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/loaded_require_css.js" for 127.0.0.1 at 2013-01-29 18:10:11 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"loaded_require_css"}
  Rendered text template (0.0ms)
Completed 200 OK in 176ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 213ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 18:10:13 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"loaded_require_css", "method"=>"deliverComponent", "data"=>[{"name"=>"require_css", "cache"=>"loadedrequirecss"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/LoadedRequireCss?spec=loaded_require_css" for 127.0.0.1 at 2013-01-29 19:29:34 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"loaded_require_css", "component"=>"LoadedRequireCss"}
  Rendered inline template within layouts/application (30.8ms)
Completed 200 OK in 41ms (Views: 40.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 19:29:34 +0800
Compiled expect/expect.js  (0ms)  (pid 18719)
Served asset /expect/expect.js - 304 Not Modified (767ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 19:29:35 +0800
Compiled mocha/mocha.js  (2ms)  (pid 18719)
Served asset /mocha/mocha.js - 200 OK (1226ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 19:29:36 +0800
Compiled mocha/mocha.css  (0ms)  (pid 18719)
Served asset /mocha/mocha.css - 304 Not Modified (6ms)


Started GET "/specs/loaded_require_css.js" for 127.0.0.1 at 2013-01-29 19:29:36 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"loaded_require_css"}
  Rendered text template (0.0ms)
Completed 200 OK in 175ms (Views: 4.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 19:29:37 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 19:29:37 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 19:29:37 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Completed 500 Internal Server Error in 1ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/helpers.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__526028348080606402__process_action__3549824678418743153__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2322075764989393381__call__2314913092150092178__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.0ms)


Started GET "/specs/helpers.js" for 127.0.0.1 at 2013-01-29 19:29:38 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helpers"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/helpers.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__526028348080606402__process_action__3549824678418743153__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2322075764989393381__call__2314913092150092178__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.8ms)


Started GET "/components/LoadedRequireCss?spec=loaded_require_css" for 127.0.0.1 at 2013-01-29 19:30:08 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"loaded_require_css", "component"=>"LoadedRequireCss"}
  Rendered inline template within layouts/application (17.8ms)
Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 19:30:09 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 19:30:09 +0800
Served asset /mocha/mocha.js - 304 Not Modified (4ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 19:30:09 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 19:30:09 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 19:30:09 +0800


Started GET "/specs/support__helpers.js" for 127.0.0.1 at 2013-01-29 19:30:09 +0800
Served asset /mocha/mocha.css - 304 Not Modified (3ms)


Started GET "/specs/loaded_require_css.js" for 127.0.0.1 at 2013-01-29 19:30:09 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__helpers"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"loaded_require_css"}
  Rendered text template (0.0ms)
Completed 200 OK in 238ms (Views: 2.0ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 262ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:30:11 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"loaded_require_css", "method"=>"deliverComponent", "data"=>[{"name"=>"require_css", "cache"=>"loadedrequirecss"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/LoadedRequireCss?spec=loaded_require_css" for 127.0.0.1 at 2013-01-29 19:37:57 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"loaded_require_css", "component"=>"LoadedRequireCss"}
  Rendered inline template within layouts/application (2.3ms)
Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 19:37:58 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 19:37:58 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 19:37:58 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 19:37:58 +0800
Compiled expect/expect.js  (1ms)  (pid 18813)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 19:37:58 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-29 19:37:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/query_helper.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2132172061721654873__process_action__778784765679508124__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__565396344901931263__call__2897583136559196158__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.4ms)
Served asset /expect/expect.js - 304 Not Modified (690ms)


Started GET "/specs/loaded_require_css.js" for 127.0.0.1 at 2013-01-29 19:37:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"loaded_require_css"}
  Rendered text template (0.0ms)
Completed 200 OK in 157ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-29 19:38:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/query_helper.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__526028348080606402__process_action__3549824678418743153__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2322075764989393381__call__2314913092150092178__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.5ms)


Started GET "/components/LoadedRequireCss?spec=loaded_require_css" for 127.0.0.1 at 2013-01-29 19:38:29 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"loaded_require_css", "component"=>"LoadedRequireCss"}
  Rendered inline template within layouts/application (3.1ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 19:38:29 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 19:38:29 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 19:38:29 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 19:38:29 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 19:38:29 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-29 19:38:29 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 171ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/loaded_require_css.js" for 127.0.0.1 at 2013-01-29 19:38:29 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"loaded_require_css"}
  Rendered text template (0.0ms)
Completed 200 OK in 189ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:38:31 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"loaded_require_css", "method"=>"deliverComponent", "data"=>[{"name"=>"require_css", "cache"=>"loadedrequirecss"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Localization?spec=localization_es&locale=es" for 127.0.0.1 at 2013-01-29 19:39:44 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization_es", "locale"=>"es", "component"=>"Localization"}
  Rendered inline template within layouts/application (4.6ms)
Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 19:39:44 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 19:39:44 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 19:39:44 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 19:39:44 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 19:39:45 +0800


Started GET "/specs/localization_es.js" for 127.0.0.1 at 2013-01-29 19:39:45 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_es"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/localization_es.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__526028348080606402__process_action__3549824678418743153__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2322075764989393381__call__2314913092150092178__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'




Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-29 19:39:45 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (30.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (42.8ms)
  Rendered text template (0.0ms)
Completed 200 OK in 183ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/localization_es.js" for 127.0.0.1 at 2013-01-29 19:39:46 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_es"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/localization_es.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__526028348080606402__process_action__3549824678418743153__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2322075764989393381__call__2314913092150092178__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms)


Started GET "/components/Localization?spec=extra__localization_es&locale=es" for 127.0.0.1 at 2013-01-29 19:39:55 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__localization_es", "locale"=>"es", "component"=>"Localization"}
  Rendered inline template within layouts/application (2.5ms)
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 19:39:56 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 19:39:56 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 19:39:56 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 19:39:56 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-29 19:39:56 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 19:39:56 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 191ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__localization_es.js" for 127.0.0.1 at 2013-01-29 19:39:56 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__localization_es"}
  Rendered text template (0.0ms)
Completed 200 OK in 188ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-29 19:43:47 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (13.3ms)
Completed 200 OK in 18ms (Views: 17.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 19:43:47 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 19:43:47 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 19:43:47 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 19:43:47 +0800


Started GET "/specs/helper.js" for 127.0.0.1 at 2013-01-29 19:43:47 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-29 19:43:47 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 208ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 233ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 19:43:47 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:43:49 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:43:49 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:43:49 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:43:50 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:43:50 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:43:50 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:43:50 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"inaccessible", "cache"=>"dynamicloading,simplecomponent,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:43:50 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>8, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:43:50 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>9, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-29 19:44:18 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (6.4ms)
Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 19:44:18 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 19:44:18 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 19:44:18 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 19:44:18 +0800


Started GET "/specs/helper.js" for 127.0.0.1 at 2013-01-29 19:44:18 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helper"}
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 19:44:18 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 206ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-29 19:44:18 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 215ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:44:20 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:44:21 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:44:21 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:44:21 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:44:21 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:44:22 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:44:22 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"inaccessible", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:44:22 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>8, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:44:22 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>9, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-29 19:51:52 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (5.4ms)
Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 19:51:52 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 19:51:52 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 19:51:52 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 19:51:52 +0800


Started GET "/specs/helper.js" for 127.0.0.1 at 2013-01-29 19:51:52 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-29 19:51:52 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 200ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 225ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 19:51:52 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:51:54 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:51:55 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:51:55 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:51:55 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:51:55 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:51:55 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:51:56 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"inaccessible", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:51:56 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>8, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:51:56 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>9, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-01-29 19:52:48 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (6.8ms)
Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-29 19:52:48 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-29 19:52:48 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-29 19:52:48 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-29 19:52:48 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/helper.js" for 127.0.0.1 at 2013-01-29 19:52:48 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"helper"}


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-29 19:52:48 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-01-29 19:52:48 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 548ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 492ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:52:51 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:52:52 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:52:52 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:52:53 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:52:53 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:52:53 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:52:54 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"inaccessible", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:52:54 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>8, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-29 19:52:54 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>9, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/PanelWithPlugin" for 127.0.0.1 at 2013-01-30 10:57:13 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PanelWithPlugin"}
  Rendered inline template within layouts/application (43.0ms)
Completed 200 OK in 56ms (Views: 55.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 10:57:14 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 4.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 10:57:16 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-30 10:57:27 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"panel_with_plugin__some_plugin", "method"=>"processGear", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Plugins" for 127.0.0.1 at 2013-01-30 10:58:20 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Plugins"}
  Rendered inline template within layouts/application (10.0ms)
Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 10:58:20 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 10:58:20 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Plugins" for 127.0.0.1 at 2013-01-30 11:30:19 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Plugins"}
  Rendered inline template within layouts/application (42.8ms)
Completed 200 OK in 54ms (Views: 54.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 11:30:20 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 11:30:22 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 12ms (Views: 6.9ms | ActiveRecord: 0.0ms)


Started GET "/components/Plugins" for 127.0.0.1 at 2013-01-30 11:31:28 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Plugins"}
  Rendered inline template within layouts/application (9.4ms)
Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 11:31:28 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 11:31:28 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-30 11:31:36 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"plugins__plugin_with_endpoints", "method"=>"serverOnGear", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Plugins?spec=plugins" for 127.0.0.1 at 2013-01-30 11:32:00 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"plugins", "component"=>"Plugins"}
  Rendered inline template within layouts/application (28.2ms)
Completed 200 OK in 33ms (Views: 32.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 11:32:00 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-30 11:32:00 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 11:32:00 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Compiled mocha/mocha.js  (2ms)  (pid 25187)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-30 11:32:00 +0800
Compiled mocha/mocha.css  (0ms)  (pid 25092)
Served asset /mocha/mocha.css - 304 Not Modified (9ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-30 11:32:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 290ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-30 11:32:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 270ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 200 OK (1407ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-30 11:32:02 +0800
Compiled expect/expect.js  (0ms)  (pid 25187)
Served asset /expect/expect.js - 304 Not Modified (671ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-30 11:32:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 180ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/plugins.js" for 127.0.0.1 at 2013-01-30 11:32:03 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"plugins"}
  Rendered text template (0.0ms)
Completed 200 OK in 145ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-30 11:32:03 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"plugins__plugin_with_endpoints", "method"=>"serverOnGear", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Plugins?spec=plugins" for 127.0.0.1 at 2013-01-30 11:32:48 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"plugins", "component"=>"Plugins"}
  Rendered inline template within layouts/application (6.9ms)
Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 11:32:48 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 11:32:48 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-30 11:32:48 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (5ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-30 11:32:48 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-30 11:32:48 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-30 11:32:48 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-30 11:32:48 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 209ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/plugins.js" for 127.0.0.1 at 2013-01-30 11:32:48 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"plugins"}
  Rendered text template (0.0ms)
Completed 200 OK in 235ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-30 11:32:48 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 199ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 244ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-30 11:32:51 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"plugins__plugin_with_endpoints", "method"=>"serverOnGear", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Plugins?spec=plugins" for 127.0.0.1 at 2013-01-30 11:33:19 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"plugins", "component"=>"Plugins"}
  Rendered inline template within layouts/application (7.7ms)
Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-30 11:33:19 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 11:33:19 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 11:33:19 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-30 11:33:19 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-30 11:33:19 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-30 11:33:19 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-30 11:33:19 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-30 11:33:19 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 201ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/plugins.js" for 127.0.0.1 at 2013-01-30 11:33:19 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"plugins"}
  Rendered text template (0.0ms)
Completed 200 OK in 189ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 205ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-30 11:33:21 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"plugins__plugin_with_endpoints", "method"=>"serverOnGear", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Plugins?spec=plugins" for 127.0.0.1 at 2013-01-30 11:33:45 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"plugins", "component"=>"Plugins"}
  Rendered inline template within layouts/application (6.1ms)
Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-30 11:33:45 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-30 11:33:45 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 11:33:45 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 11:33:45 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-30 11:33:46 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-30 11:33:46 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-30 11:33:46 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 202ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-30 11:33:46 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 205ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}


Started GET "/specs/plugins.js" for 127.0.0.1 at 2013-01-30 11:33:46 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"plugins"}
  Rendered text template (0.0ms)
Completed 200 OK in 169ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-30 11:33:48 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"plugins__plugin_with_endpoints", "method"=>"serverOnGear", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Plugins" for 127.0.0.1 at 2013-01-30 11:34:04 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Plugins"}
  Rendered inline template within layouts/application (6.7ms)
Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 11:34:04 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 11:34:04 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Plugins" for 127.0.0.1 at 2013-01-30 11:34:14 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Plugins"}
  Rendered inline template within layouts/application (11.3ms)
Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 11:34:14 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 11:34:14 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/Plugins?spec=plugins" for 127.0.0.1 at 2013-01-30 11:34:19 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"plugins", "component"=>"Plugins"}
  Rendered inline template within layouts/application (5.2ms)
Completed 200 OK in 9ms (Views: 9.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 11:34:19 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-30 11:34:19 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-30 11:34:19 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 11:34:19 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-30 11:34:20 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-30 11:34:20 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-30 11:34:20 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 232ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/plugins.js" for 127.0.0.1 at 2013-01-30 11:34:20 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 227ms (Views: 1.9ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"plugins"}


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-30 11:34:20 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 181ms (Views: 1.2ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 199ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-30 11:34:22 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"plugins__plugin_with_endpoints", "method"=>"serverOnGear", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Plugins?spec=plugins" for 127.0.0.1 at 2013-01-30 11:34:37 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"plugins", "component"=>"Plugins"}
  Rendered inline template within layouts/application (6.7ms)
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 11:34:38 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-30 11:34:38 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-30 11:34:38 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 11:34:38 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-30 11:34:38 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-30 11:34:38 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-30 11:34:38 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 183ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-30 11:34:38 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 205ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/plugins.js" for 127.0.0.1 at 2013-01-30 11:34:38 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"plugins"}
  Rendered text template (0.0ms)
Completed 200 OK in 186ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 218ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-30 11:34:40 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"plugins__plugin_with_endpoints", "method"=>"serverOnGear", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/JsInclusion?spec=js_inclusion" for 127.0.0.1 at 2013-01-30 11:50:34 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"js_inclusion", "component"=>"JsInclusion"}
  Rendered inline template within layouts/application (18.9ms)
Completed 200 OK in 31ms (Views: 30.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 11:50:34 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 11:50:34 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-30 11:50:34 +0800
Served asset /mocha/mocha.css - 304 Not Modified (6ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-30 11:50:34 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-30 11:50:34 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 179ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-30 11:50:36 +0800
Connecting to database specified by database.yml
Served asset /mocha/mocha.js - 304 Not Modified (21ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-30 11:50:37 +0800
Served asset /expect/expect.js - 304 Not Modified (4ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-30 11:50:37 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 213ms (Views: 11.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/js_inclusion.js" for 127.0.0.1 at 2013-01-30 11:50:37 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"js_inclusion"}
  Rendered text template (0.0ms)
Completed 200 OK in 183ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/JsInclusion?spec=js_inclusion" for 127.0.0.1 at 2013-01-30 11:50:53 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"js_inclusion", "component"=>"JsInclusion"}
  Rendered inline template within layouts/application (5.2ms)
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 11:50:54 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-30 11:50:54 +0800
Processing by NetzkeController#ext as CSS
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 11:50:54 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-30 11:50:54 +0800
Served asset /expect/expect.js - 304 Not Modified (3ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-30 11:50:54 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-30 11:50:54 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-30 11:50:54 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 182ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/js_inclusion.js" for 127.0.0.1 at 2013-01-30 11:50:54 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"js_inclusion"}
  Rendered text template (0.0ms)
Completed 200 OK in 200ms (Views: 2.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-30 11:50:54 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 218ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 202ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/CssInclusion" for 127.0.0.1 at 2013-01-30 12:02:06 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"CssInclusion"}
  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 12:02:06 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 12:02:06 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/components/CssInclusion?spec=css_inclusion" for 127.0.0.1 at 2013-01-30 12:02:14 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"css_inclusion", "component"=>"CssInclusion"}
  Rendered inline template within layouts/application (1.8ms)
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 12:02:15 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-30 12:02:15 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-30 12:02:15 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 12:02:15 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-30 12:02:15 +0800


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-30 12:02:15 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Compiled mocha/mocha.css  (0ms)  (pid 25635)
Served asset /mocha/mocha.css - 304 Not Modified (23ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-30 12:02:15 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 465ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-30 12:02:15 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 514ms (Views: 1.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/css_inclusion.js" for 127.0.0.1 at 2013-01-30 12:02:15 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"css_inclusion"}
  Rendered text template (0.0ms)
Completed 200 OK in 585ms (Views: 1.1ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 437ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/components/LoadedCssInclusion?spec=loaded_css_inclusion" for 127.0.0.1 at 2013-01-30 12:02:28 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"loaded_css_inclusion", "component"=>"LoadedCssInclusion"}
  Rendered inline template within layouts/application (7.0ms)
Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 12:02:28 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-30 12:02:28 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 12:02:28 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-30 12:02:28 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-30 12:02:28 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-30 12:02:28 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-30 12:02:28 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 183ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-30 12:02:28 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 203ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/loaded_css_inclusion.js" for 127.0.0.1 at 2013-01-30 12:02:28 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"loaded_css_inclusion"}
  Rendered text template (0.0ms)
Completed 200 OK in 176ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 186ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-30 12:02:30 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"loaded_css_inclusion", "method"=>"deliverComponent", "data"=>[{"name"=>"css_inclusion", "cache"=>"loadedcssinclusion"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/LoadedCssInclusion?spec=loaded_css_inclusion" for 127.0.0.1 at 2013-01-30 12:03:05 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"loaded_css_inclusion", "component"=>"LoadedCssInclusion"}
  Rendered inline template within layouts/application (2.1ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-30 12:03:05 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-30 12:03:05 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-30 12:03:05 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-30 12:03:05 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-30 12:03:05 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-30 12:03:05 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-30 12:03:05 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 180ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-30 12:03:05 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 199ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/loaded_css_inclusion.js" for 127.0.0.1 at 2013-01-30 12:03:05 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"loaded_css_inclusion"}
  Rendered text template (0.0ms)
Completed 200 OK in 182ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 173ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-30 12:03:07 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"loaded_css_inclusion", "method"=>"deliverComponent", "data"=>[{"name"=>"css_inclusion", "cache"=>"loadedcssinclusion"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-01-31 10:12:04 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (20.4ms)
Completed 200 OK in 34ms (Views: 33.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 10:12:05 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 4.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 10:12:07 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-31 10:12:16 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-01-31 10:12:18 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (3.0ms)
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 10:12:18 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 10:12:18 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_set" for 127.0.0.1 at 2013-01-31 10:23:23 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_set", "component"=>"Persistence"}
  Rendered inline template within layouts/application (2.5ms)
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 10:23:23 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 10:23:23 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 10:23:23 +0800
Compiled expect/expect.js  (1ms)  (pid 30369)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 10:23:24 +0800
Compiled mocha/mocha.css  (0ms)  (pid 30275)
Served asset /mocha/mocha.css - 304 Not Modified (11ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 10:23:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 193ms (Views: 2.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 10:23:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 238ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (853ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-31 10:23:24 +0800
Compiled mocha/mocha.js  (2ms)  (pid 30369)
Served asset /mocha/mocha.js - 200 OK (1245ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 10:23:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 204ms (Views: 2.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-01-31 10:23:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}
Completed 500 Internal Server Error in 169ms

ExecJS::ProgramError (Error: Parse error on line 4: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:9:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4212154815890280293__process_action__2734020504082593959__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3703975959024356608__call__46097072963433983__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.8ms)


Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-01-31 10:23:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}
Completed 500 Internal Server Error in 161ms

ExecJS::ProgramError (Error: Parse error on line 4: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:9:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__926870548297288951__process_action__1673634203425768370__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3967726430151081897__call__2982343694630644911__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.6ms)


Started GET "/components/Persistence?spec=extra__persistence_set" for 127.0.0.1 at 2013-01-31 10:23:51 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_set", "component"=>"Persistence"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 10:23:51 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-31 10:23:51 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 10:23:51 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 10:23:51 +0800
Served asset /expect/expect.js - 304 Not Modified (4ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 10:23:51 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 10:23:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 10:23:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 239ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 10:23:51 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 235ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}


Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-01-31 10:23:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}
  Rendered text template (0.0ms)
Completed 200 OK in 207ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 221ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_set" for 127.0.0.1 at 2013-01-31 10:24:23 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_set", "component"=>"Persistence"}
  Rendered inline template within layouts/application (3.2ms)
Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 10:24:23 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 10:24:23 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 10:24:24 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-31 10:24:24 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (3ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 10:24:24 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 10:24:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 10:24:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 210ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 10:24:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 214ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-01-31 10:24:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}
  Rendered text template (0.0ms)
Completed 200 OK in 222ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 217ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_set" for 127.0.0.1 at 2013-01-31 10:25:48 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_set", "component"=>"Persistence"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-31 10:25:48 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 10:25:48 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 10:25:48 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 10:25:48 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 10:25:48 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 10:25:48 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 10:25:48 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 279ms (Views: 1.1ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 273ms (Views: 1.5ms | ActiveRecord: 0.0ms)




Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-01-31 10:25:48 +0800
Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 10:25:48 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}
  Rendered text template (0.0ms)
Completed 200 OK in 226ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 232ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-31 10:25:50 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_get" for 127.0.0.1 at 2013-01-31 10:27:00 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_get", "component"=>"Persistence"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 10:27:00 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-31 10:27:00 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 10:27:00 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 10:27:00 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 10:27:00 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 10:27:00 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 10:27:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 271ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)


Completed 200 OK in 280ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/specs/extra__persistence_get.js" for 127.0.0.1 at 2013-01-31 10:27:01 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 10:27:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_get"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 225ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 235ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_get" for 127.0.0.1 at 2013-01-31 10:27:11 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_get", "component"=>"Persistence"}
  Rendered inline template within layouts/application (4.3ms)
Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-31 10:27:12 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 10:27:12 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 10:27:12 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 10:27:12 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 10:27:12 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 10:27:12 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 10:27:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 190ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 10:27:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 213ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_get.js" for 127.0.0.1 at 2013-01-31 10:27:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_get"}
Completed 500 Internal Server Error in 187ms

ExecJS::ProgramError (Error: Parse error on line 3: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:9:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4212154815890280293__process_action__2734020504082593959__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3703975959024356608__call__46097072963433983__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered text template (0.0ms)
Completed 200 OK in 218ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.2ms)


Started GET "/specs/extra__persistence_get.js" for 127.0.0.1 at 2013-01-31 10:27:14 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_get"}
Completed 500 Internal Server Error in 168ms

ExecJS::ProgramError (Error: Parse error on line 3: Unexpected 'INDENT'):
  execjs (1.4.0) lib/execjs/external_runtime.rb:68:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  app/controllers/specs_controller.rb:9:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__926870548297288951__process_action__1673634203425768370__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3967726430151081897__call__2982343694630644911__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms)


Started GET "/components/Persistence?spec=extra__persistence_get" for 127.0.0.1 at 2013-01-31 10:27:25 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_get", "component"=>"Persistence"}
  Rendered inline template within layouts/application (2.9ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-31 10:27:26 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 10:27:26 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 10:27:26 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 10:27:26 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 10:27:26 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 10:27:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 10:27:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 199ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 207ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 10:27:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}


Started GET "/specs/extra__persistence_get.js" for 127.0.0.1 at 2013-01-31 10:27:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_get"}
  Rendered text template (0.0ms)
Completed 200 OK in 178ms (Views: 1.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 215ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_set" for 127.0.0.1 at 2013-01-31 10:28:32 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_set", "component"=>"Persistence"}
  Rendered inline template within layouts/application (2.9ms)
Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-31 10:28:33 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 10:28:33 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 10:28:33 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 10:28:33 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 10:28:33 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 10:28:33 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 10:28:33 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 212ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 10:28:33 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 218ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-01-31 10:28:33 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 200ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-31 10:28:35 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=%27extra__persistence_set%27" for 127.0.0.1 at 2013-01-31 10:28:39 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"'extra__persistence_set'", "component"=>"Persistence"}
  Rendered inline template within layouts/application (3.0ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 10:28:39 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 10:28:39 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-31 10:28:39 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 10:28:39 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 10:28:39 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 10:28:39 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 10:28:39 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 10:28:39 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 211ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/%27extra__persistence_set%27.js" for 127.0.0.1 at 2013-01-31 10:28:39 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"'extra__persistence_set'"}
Completed 500 Internal Server Error in 1ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/'extra/persistence_set'.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4212154815890280293__process_action__2734020504082593959__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3703975959024356608__call__46097072963433983__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.6ms)
  Rendered text template (0.0ms)
Completed 200 OK in 208ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/%27extra__persistence_set%27.js" for 127.0.0.1 at 2013-01-31 10:28:42 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"'extra__persistence_set'"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/'extra/persistence_set'.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__926870548297288951__process_action__1673634203425768370__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3967726430151081897__call__2982343694630644911__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.0ms)


Started GET "/components/Persistence?spec=%27extra__persistence_set%27" for 127.0.0.1 at 2013-01-31 12:52:19 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"'extra__persistence_set'", "component"=>"Persistence"}
  Rendered inline template within layouts/application (22.7ms)
Completed 200 OK in 37ms (Views: 36.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 12:52:20 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-31 12:52:20 +0800
Compiled mocha/mocha.js  (2ms)  (pid 33943)
Served asset /mocha/mocha.js - 200 OK (1429ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 12:52:21 +0800
Compiled mocha/mocha.css  (0ms)  (pid 33943)
Served asset /mocha/mocha.css - 304 Not Modified (23ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 12:52:21 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 249ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/%27extra__persistence_set%27.js" for 127.0.0.1 at 2013-01-31 12:52:21 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"'extra__persistence_set'"}
Completed 500 Internal Server Error in 1ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/'extra/persistence_set'.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__886120750745947955__process_action__733300303383039864__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4526272713903666950__call__733550720173831219__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.7ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 12:52:22 +0800
Connecting to database specified by database.yml
Compiled expect/expect.js  (0ms)  (pid 34038)
Served asset /expect/expect.js - 304 Not Modified (837ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 12:52:23 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 43ms (Views: 40.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 12:52:23 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 270ms (Views: 2.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 12:52:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 194ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/%27extra__persistence_set%27.js" for 127.0.0.1 at 2013-01-31 12:52:29 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"'extra__persistence_set'"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/'extra/persistence_set'.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__886120750745947955__process_action__733300303383039864__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4526272713903666950__call__733550720173831219__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.3ms)


Started GET "/components/Persistence?spec=extra__persistence_set" for 127.0.0.1 at 2013-01-31 12:52:44 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_set", "component"=>"Persistence"}
  Rendered inline template within layouts/application (3.5ms)
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 12:52:44 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 12:52:44 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 12:52:44 +0800


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 12:52:44 +0800
Compiled expect/expect.js  (0ms)  (pid 33943)
Compiled mocha/mocha.css  (0ms)  (pid 34038)
Served asset /mocha/mocha.css - 304 Not Modified (10ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 12:52:44 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 12:52:44 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-01-31 12:52:44 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}
  Rendered text template (0.0ms)
Completed 200 OK in 242ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (811ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 12:52:45 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_reset" for 127.0.0.1 at 2013-01-31 12:54:53 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"Persistence"}
  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 12:54:53 +0800


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 12:54:53 +0800
Processing by NetzkeController#ext as JS
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 12:54:53 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 12:54:53 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 12:54:53 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 12:54:53 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 248ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 12:54:54 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 251ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-01-31 12:54:54 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}
  Rendered text template (0.0ms)
Completed 200 OK in 207ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 224ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-31 12:55:00 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverResetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_set" for 127.0.0.1 at 2013-01-31 12:55:04 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_set", "component"=>"Persistence"}
  Rendered inline template within layouts/application (2.9ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 12:55:04 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 12:55:04 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 12:55:04 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 12:55:04 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 12:55:04 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 12:55:04 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 186ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 12:55:04 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 199ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-01-31 12:55:04 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}
  Rendered text template (0.0ms)
Completed 200 OK in 191ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 181ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-31 12:55:17 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverResetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_set" for 127.0.0.1 at 2013-01-31 12:55:17 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_set", "component"=>"Persistence"}
  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 12:55:17 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 12:55:17 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 12:55:17 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-01-31 12:55:17 +0800
Compiled mocha/mocha.js  (2ms)  (pid 34038)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 12:55:18 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 12:55:18 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 228ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 12:55:18 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 221ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 200 OK (1313ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 12:55:19 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 175ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-01-31 12:55:19 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}
  Rendered text template (0.0ms)
Completed 200 OK in 167ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-31 12:55:20 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_reset" for 127.0.0.1 at 2013-01-31 12:55:26 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"Persistence"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 12:55:26 +0800


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 12:55:26 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 12:55:26 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 12:55:26 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 12:55:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 12:55:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 181ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 12:55:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 213ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-01-31 12:55:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}
  Rendered text template (0.0ms)
Completed 200 OK in 182ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 177ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_reset" for 127.0.0.1 at 2013-01-31 12:55:51 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"Persistence"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 12:55:51 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 12:55:51 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 12:55:51 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 12:55:51 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 12:55:51 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 12:55:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 242ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-01-31 12:55:52 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}
  Rendered text template (0.0ms)
Completed 200 OK in 267ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 12:55:52 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 223ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 243ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-31 12:55:54 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_set" for 127.0.0.1 at 2013-01-31 12:55:58 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_set", "component"=>"Persistence"}
  Rendered inline template within layouts/application (3.3ms)
Completed 200 OK in 9ms (Views: 9.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 12:55:58 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-01-31 12:55:58 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-01-31 12:55:58 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 12:55:58 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-01-31 12:55:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-01-31 12:55:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 215ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-01-31 12:55:58 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 201ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-01-31 12:55:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 176ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 189ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-01-31 12:56:34 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 12:56:34 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 12:56:34 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-31 12:56:38 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverResetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-01-31 12:56:39 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (3.0ms)
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 12:56:39 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 12:56:39 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-01-31 15:49:43 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (21.7ms)
Completed 200 OK in 34ms (Views: 33.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 15:49:43 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 3.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 15:49:45 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 12ms (Views: 8.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-31 15:49:49 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-01-31 15:49:50 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (27.3ms)
Completed 200 OK in 31ms (Views: 30.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 15:49:50 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 15:49:50 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-01-31 15:49:56 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (4.7ms)
Completed 500 Internal Server Error in 6ms

ActionView::Template::Error (uninitialized constant PersistenceWithSharedState):
    1: <%= netzke :persistence_with_shared_state, :class_name => 'PersistenceWithSharedState', :height => 400 %>
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:77:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___1650496652277564148_70115667315580'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3243326951546352372__process_action__741109635416377578__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1484897306332950744__call__2065443049768739521__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-01-31 15:50:14 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (2.4ms)
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 15:50:14 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 15:50:14 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-01-31 15:50:45 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (4.9ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 15:50:45 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 15:50:45 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-01-31 15:51:10 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (4.8ms)
Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 15:51:10 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 15:51:10 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-01-31 15:53:04 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (5.2ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 15:53:05 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 15:53:05 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-31 15:53:12 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence_with_shared_state", "method"=>"serverSetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-01-31 15:53:13 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (2.8ms)
Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 15:53:13 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 15:53:13 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Processing by NetzkeController#ext as CSS
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-31 15:54:35 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence_with_shared_state", "method"=>"serverResetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-01-31 15:54:36 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (2.8ms)
Completed 200 OK in 26ms (Views: 25.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 15:54:36 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 15:54:36 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-31 15:54:44 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence_with_shared_state", "method"=>"serverSetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-01-31 15:54:44 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)




Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 15:54:44 +0800
Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 15:54:44 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Processing by NetzkeController#ext as JS
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-01-31 16:47:34 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (22.4ms)
Completed 200 OK in 34ms (Views: 33.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 16:47:34 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 16:47:36 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 7.1ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-01-31 16:47:45 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (31.2ms)
Completed 200 OK in 36ms (Views: 35.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 16:47:45 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 16:47:45 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-01-31 16:49:22 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (4.6ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 16:49:22 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 16:49:22 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw%3D" for 127.0.0.1 at 2013-01-31 16:49:28 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence_with_shared_state", "method"=>"serverSetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vcwpw9J1DHpliNp3WpdfZqPDxx5OWexvZIz9ckFtoSw="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-01-31 16:49:29 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (3.6ms)
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-01-31 16:49:29 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-01-31 16:49:29 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-01 10:58:19 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (35.7ms)
Completed 200 OK in 55ms (Views: 54.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 10:58:20 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 10:58:23 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-01 14:29:26 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (31.8ms)
Completed 200 OK in 44ms (Views: 43.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:29:26 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:29:28 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 12ms (Views: 8.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5i28%2FZBgNY%2Fohd54RWN9kv3Atskza9dW7ywWdqX%2BH9k%3D" for 127.0.0.1 at 2013-02-01 14:29:42 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence_with_shared_state", "method"=>"serverSetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"5i28/ZBgNY/ohd54RWN9kv3Atskza9dW7ywWdqX+H9k="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-01 14:29:43 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:29:43 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:29:43 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-01 14:30:17 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:30:17 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:30:17 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-01 14:30:20 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (2.5ms)
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:30:20 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:30:20 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-01 14:30:24 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (2.3ms)
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:30:24 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:30:24 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-01 14:30:27 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (2.5ms)
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:30:27 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:30:27 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5i28%2FZBgNY%2Fohd54RWN9kv3Atskza9dW7ywWdqX%2BH9k%3D" for 127.0.0.1 at 2013-02-01 14:30:41 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"5i28/ZBgNY/ohd54RWN9kv3Atskza9dW7ywWdqX+H9k="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-01 14:30:42 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (2.2ms)
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:30:42 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:30:42 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-01 14:30:46 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (2.6ms)
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:30:46 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:30:46 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-01 14:31:08 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (2.1ms)
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:31:08 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:31:08 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5i28%2FZBgNY%2Fohd54RWN9kv3Atskza9dW7ywWdqX%2BH9k%3D" for 127.0.0.1 at 2013-02-01 14:31:14 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence_with_shared_state", "method"=>"serverResetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"5i28/ZBgNY/ohd54RWN9kv3Atskza9dW7ywWdqX+H9k="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-01 14:31:16 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (2.9ms)
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:31:16 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:31:16 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-01 14:31:20 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (2.6ms)
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:31:20 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:31:20 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5i28%2FZBgNY%2Fohd54RWN9kv3Atskza9dW7ywWdqX%2BH9k%3D" for 127.0.0.1 at 2013-02-01 14:31:26 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence_with_shared_state", "method"=>"serverResetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"5i28/ZBgNY/ohd54RWN9kv3Atskza9dW7ywWdqX+H9k="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-01 14:31:27 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (2.9ms)
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:31:27 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:31:27 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-01 14:31:32 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (2.1ms)
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:31:32 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:31:32 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-01 14:32:31 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (2.9ms)
Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:32:31 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:32:31 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5i28%2FZBgNY%2Fohd54RWN9kv3Atskza9dW7ywWdqX%2BH9k%3D" for 127.0.0.1 at 2013-02-01 14:32:34 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"5i28/ZBgNY/ohd54RWN9kv3Atskza9dW7ywWdqX+H9k="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-01 14:32:35 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (3.9ms)
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:32:35 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:32:35 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-01 14:32:38 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (2.2ms)
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:32:38 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:32:38 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-01 14:32:41 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (2.8ms)
Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:32:41 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:32:41 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-01 14:33:03 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:33:03 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:33:03 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-01 14:33:07 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (3.1ms)
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:33:07 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:33:07 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=0FnTQTPwwlelJ7QhYsZyzIGeRr2LduZvJG1GB314CII%3D" for 127.0.0.1 at 2013-02-01 14:33:13 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"0FnTQTPwwlelJ7QhYsZyzIGeRr2LduZvJG1GB314CII="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-01 14:33:14 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:33:14 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:33:14 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-01 14:33:16 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (2.6ms)
Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:33:16 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:33:16 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-01 14:33:22 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (2.2ms)
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:33:22 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:33:22 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=0FnTQTPwwlelJ7QhYsZyzIGeRr2LduZvJG1GB314CII%3D" for 127.0.0.1 at 2013-02-01 14:33:24 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence_with_shared_state", "method"=>"serverResetSessionData", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"0FnTQTPwwlelJ7QhYsZyzIGeRr2LduZvJG1GB314CII="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-01 14:33:25 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
  Rendered inline template within layouts/application (2.5ms)
Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:33:25 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:33:25 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-01 14:33:27 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (2.1ms)
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:33:27 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:33:27 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-01 14:38:19 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: {"session_id"=>"96e2b1899af398e7d158740ee93a1507", "state"=>{:persistence_with_shared_state=>{}, :persistence=>{}}, "persistence_with_shared_state"=>{}, "netzke_components"=>{:persistence_with_shared_state=>{:class_name=>"PersistenceWithSharedState", :height=>400, :name=>:persistence_with_shared_state}, :persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"0FnTQTPwwlelJ7QhYsZyzIGeRr2LduZvJG1GB314CII=", "persistence"=>{:html_content=>"HTML from session"}}

  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-01 14:38:19 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-01 14:38:19 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-03 12:40:26 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
!!! session:: {"session_id"=>"96e2b1899af398e7d158740ee93a1507", "state"=>{:persistence_with_shared_state=>{}, :persistence=>{}}, "persistence_with_shared_state"=>{}, "netzke_components"=>{:persistence_with_shared_state=>{:class_name=>"PersistenceWithSharedState", :height=>400, :name=>:persistence_with_shared_state}, :persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"0FnTQTPwwlelJ7QhYsZyzIGeRr2LduZvJG1GB314CII=", "persistence"=>{:html_content=>"HTML from session"}}

  Rendered inline template within layouts/application (27.9ms)
Completed 200 OK in 104ms (Views: 103.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-03 12:40:26 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-03 12:40:29 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 17ms (Views: 13.0ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-04 07:56:59 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
!!! session:: {"session_id"=>"96e2b1899af398e7d158740ee93a1507", "state"=>{:persistence_with_shared_state=>{}, :persistence=>{}}, "persistence_with_shared_state"=>{}, "netzke_components"=>{:persistence_with_shared_state=>{:class_name=>"PersistenceWithSharedState", :height=>400, :name=>:persistence_with_shared_state}, :persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"0FnTQTPwwlelJ7QhYsZyzIGeRr2LduZvJG1GB314CII=", "persistence"=>{:html_content=>"HTML from session"}}

  Rendered inline template within layouts/application (24.8ms)
Completed 200 OK in 37ms (Views: 36.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-04 07:57:00 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-04 07:57:01 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 08:14:19 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: #<Rack::Session::Abstract::SessionHash:0x3fd93d17af4c not yet loaded>

  Rendered inline template within layouts/application (20.5ms)
Completed 200 OK in 33ms (Views: 32.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 08:14:20 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 08:14:22 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 14ms (Views: 10.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 08:31:07 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (7.3ms)
Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 08:31:07 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 08:31:07 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 08:31:09 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 08:31:36 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (7.6ms)
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 08:31:36 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 08:31:36 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 08:31:37 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 08:32:02 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 08:32:03 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_session" for 127.0.0.1 at 2013-02-06 08:48:00 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_session", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (4.9ms)
Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 08:48:00 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 08:48:00 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 08:48:00 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 08:48:00 +0800
Compiled expect/expect.js  (0ms)  (pid 16019)
Compiled mocha/mocha.js  (2ms)  (pid 16117)
Served asset /expect/expect.js - 200 OK (1022ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 08:48:01 +0800
Compiled mocha/mocha.css  (0ms)  (pid 16019)
Served asset /mocha/mocha.css - 200 OK (12ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 08:48:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_session.js" for 127.0.0.1 at 2013-02-06 08:48:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_session"}
  Rendered text template (0.0ms)
Completed 200 OK in 196ms (Views: 1.4ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 200 OK (1496ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 08:48:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 146ms (Views: 2.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 08:48:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 135ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 08:48:02 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"_json"=>[{"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>[nil], "type"=>"rpc", "tid"=>1}, {"act"=>"persistence", "method"=>"serverSetSessionVariable", "data"=>[nil], "type"=>"rpc", "tid"=>2}], "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 08:48:03 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_session" for 127.0.0.1 at 2013-02-06 08:48:53 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_session", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 08:48:53 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 08:48:53 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 08:48:53 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 08:48:53 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 08:48:53 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 08:48:53 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 08:48:53 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 223ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 08:48:53 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 223ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_session.js" for 127.0.0.1 at 2013-02-06 08:48:53 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_session"}
  Rendered text template (0.0ms)
Completed 200 OK in 205ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 218ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 08:48:54 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_session" for 127.0.0.1 at 2013-02-06 09:02:32 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_session", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:02:32 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:02:32 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:02:32 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:02:32 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:02:32 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:02:32 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:02:32 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 259ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 257ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_session.js" for 127.0.0.1 at 2013-02-06 09:02:32 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:02:32 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_session"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 166ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 202ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:02:32 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"_json"=>[{"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>[nil], "type"=>"rpc", "tid"=>1}, {"act"=>"persistence", "method"=>"serverSetSessionVariable", "data"=>[nil], "type"=>"rpc", "tid"=>2}], "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:02:33 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:02:35 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:02:36 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>5, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_session" for 127.0.0.1 at 2013-02-06 09:02:41 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_session", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (40.4ms)
Completed 500 Internal Server Error in 50ms

ActionView::Template::Error (undefined method `clear!' for {:some_variable=>"set"}:Hash):
    1: <%= netzke :persistence, :class_name => 'Persistence', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/session.rb:12:in `method_missing'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:77:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/actions.rb:114:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:83:in `block in js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:83:in `tap'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:83:in `js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/embedding.rb:6:in `js_component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:57:in `netzke'
  inline template:1:in `_inline_template__3386013828846283725_70164693582160'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__621903594754252403__process_action__2519406558174148174__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__783766511075802908__call__2372929425885788078__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.0ms)


Started GET "/components/Persistence?spec=extra__persistence_session" for 127.0.0.1 at 2013-02-06 09:02:50 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_session", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (2.4ms)
Completed 500 Internal Server Error in 4ms

ActionView::Template::Error (undefined method `clear!' for {:some_variable=>"set"}:Hash):
    1: <%= netzke :persistence, :class_name => 'Persistence', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/session.rb:12:in `method_missing'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:77:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/actions.rb:114:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:83:in `block in js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:83:in `tap'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:83:in `js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/embedding.rb:6:in `js_component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:57:in `netzke'
  inline template:1:in `_inline_template__3386013828846283725_70164717217280'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__621903594754252403__process_action__2519406558174148174__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__783766511075802908__call__2372929425885788078__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms)


Started GET "/components/Persistence?spec=extra__persistence_session" for 127.0.0.1 at 2013-02-06 09:02:54 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_session", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (13.3ms)
Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:02:54 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:02:54 +0800
Served asset /mocha/mocha.js - 304 Not Modified (48ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:02:54 +0800
Served asset /mocha/mocha.css - 304 Not Modified (4ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:02:54 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 236ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_session.js" for 127.0.0.1 at 2013-02-06 09:02:55 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_session"}
  Rendered text template (0.0ms)
Completed 200 OK in 183ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:02:56 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:02:56 +0800
Served asset /expect/expect.js - 304 Not Modified (6ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:02:56 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 177ms (Views: 1.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:02:57 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 127ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:02:57 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"_json"=>[{"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>[nil], "type"=>"rpc", "tid"=>1}, {"act"=>"persistence", "method"=>"serverSetSessionVariable", "data"=>[nil], "type"=>"rpc", "tid"=>2}], "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:02:57 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:02:59 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:03:01 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>5, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 09:03:06 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:03:07 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:03:07 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:03:09 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:03:11 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:03:13 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 09:03:14 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (3.5ms)
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:03:14 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:03:14 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:03:16 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_set" for 127.0.0.1 at 2013-02-06 09:04:26 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_set", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (3.1ms)
Completed 200 OK in 33ms (Views: 32.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:04:26 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:04:26 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:04:26 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:04:26 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:04:26 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:04:26 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:04:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 261ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-02-06 09:04:27 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}
  Rendered text template (0.0ms)
Completed 200 OK in 271ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:04:27 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 199ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 205ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_session" for 127.0.0.1 at 2013-02-06 09:04:31 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_session", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:04:31 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:04:31 +0800
Processing by NetzkeController#ext as CSS
Served asset /expect/expect.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:04:31 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:04:31 +0800
Processing by NetzkeController#ext as JS
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:04:32 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:04:32 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:04:32 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 243ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:04:32 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 267ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_session.js" for 127.0.0.1 at 2013-02-06 09:04:32 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_session"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 192ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:04:32 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"_json"=>[{"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>[nil], "type"=>"rpc", "tid"=>1}, {"act"=>"persistence", "method"=>"serverSetSessionVariable", "data"=>[nil], "type"=>"rpc", "tid"=>2}], "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:04:32 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_session" for 127.0.0.1 at 2013-02-06 09:04:49 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_session", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (5.2ms)
Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:04:49 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:04:49 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:04:49 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (10ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:04:49 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:04:49 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:04:49 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:04:49 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 277ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_session.js" for 127.0.0.1 at 2013-02-06 09:04:49 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_session"}
  Rendered text template (0.0ms)
Completed 200 OK in 285ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:04:50 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 201ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 191ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:04:50 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"_json"=>[{"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>[nil], "type"=>"rpc", "tid"=>1}, {"act"=>"persistence", "method"=>"serverSetSessionVariable", "data"=>[nil], "type"=>"rpc", "tid"=>2}], "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:04:50 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_set" for 127.0.0.1 at 2013-02-06 09:10:50 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_set", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{:some_variable=>"set"}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (4.6ms)
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:10:50 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:10:50 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:10:50 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:10:50 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:10:50 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:10:50 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:10:50 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 210ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:10:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 226ms (Views: 1.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 178ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-02-06 09:10:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}
  Rendered text template (0.0ms)
Completed 200 OK in 150ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_set" for 127.0.0.1 at 2013-02-06 09:12:39 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_set", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:12:39 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:12:39 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:12:39 +0800
Processing by NetzkeController#ext as JS
Compiled expect/expect.js  (1ms)  (pid 16594)
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:12:39 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:12:39 +0800
Compiled mocha/mocha.css  (1ms)  (pid 16688)
Served asset /mocha/mocha.css - 304 Not Modified (18ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:12:39 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 205ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-02-06 09:12:39 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}
  Rendered text template (0.0ms)
Completed 200 OK in 182ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (813ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:12:39 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 150ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:12:40 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 139ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:12:40 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetState", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_reset" for 127.0.0.1 at 2013-02-06 09:12:45 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:12:45 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:12:45 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:12:45 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:12:45 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:12:45 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:12:45 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:12:45 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 270ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:12:45 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 355ms (Views: 1.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-02-06 09:12:45 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 174ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_reset" for 127.0.0.1 at 2013-02-06 09:13:17 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (4.4ms)
Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:13:17 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:13:17 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:13:17 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:13:17 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:13:17 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:13:17 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:13:17 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 219ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:13:17 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 231ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-02-06 09:13:17 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 185ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_reset" for 127.0.0.1 at 2013-02-06 09:16:01 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:16:01 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:16:01 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:16:01 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:16:01 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:16:01 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:16:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:16:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 232ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:16:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 240ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-02-06 09:16:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}
  Rendered text template (0.0ms)
Completed 200 OK in 196ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 194ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_reset" for 127.0.0.1 at 2013-02-06 09:16:08 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (4.3ms)
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:16:08 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:16:08 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:16:08 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:16:08 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:16:08 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:16:08 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:16:08 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 226ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 230ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:16:08 +0800


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-02-06 09:16:08 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}
  Rendered text template (0.0ms)
Completed 200 OK in 192ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 193ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:16:09 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverResetState", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_reset" for 127.0.0.1 at 2013-02-06 09:18:34 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 9ms (Views: 9.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:18:34 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:18:34 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:18:34 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:18:34 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:18:34 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:18:34 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:18:34 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:18:34 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 231ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-02-06 09:18:34 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}
  Rendered text template (0.0ms)
Completed 200 OK in 235ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 219ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_reset" for 127.0.0.1 at 2013-02-06 09:18:43 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:18:43 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:18:43 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:18:43 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:18:43 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:18:43 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:18:43 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:18:43 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 203ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-02-06 09:18:44 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}
  Rendered text template (0.0ms)
Completed 200 OK in 187ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:18:44 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 236ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 259ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_reset" for 127.0.0.1 at 2013-02-06 09:19:13 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (7.6ms)
Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:19:13 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:19:13 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:19:13 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:19:13 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:19:13 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:19:13 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:19:13 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 226ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-02-06 09:19:13 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 237ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:19:13 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 231ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 245ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_reset" for 127.0.0.1 at 2013-02-06 09:19:27 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (4.6ms)
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:19:28 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:19:28 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:19:28 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:19:28 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:19:28 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:19:28 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:19:28 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 213ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-02-06 09:19:28 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 208ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:19:28 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 285ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 292ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_reset" for 127.0.0.1 at 2013-02-06 09:26:08 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:26:08 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:26:08 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:26:08 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:26:08 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:26:08 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:26:08 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:26:08 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 177ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-02-06 09:26:08 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}
  Rendered text template (0.0ms)
Completed 200 OK in 272ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:26:09 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 344ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 255ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_reset" for 127.0.0.1 at 2013-02-06 09:26:54 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:26:54 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:26:54 +0800
Processing by NetzkeController#ext as JS
Served asset /mocha/mocha.js - 304 Not Modified (3ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:26:54 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:26:54 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:26:54 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:26:54 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:26:54 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 232ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 237ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:26:55 +0800


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-02-06 09:26:55 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}
  Rendered text template (0.0ms)
Completed 200 OK in 226ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 240ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_set" for 127.0.0.1 at 2013-02-06 09:27:02 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_set", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (3.6ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:27:02 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:27:02 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:27:02 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:27:02 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:27:02 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:27:02 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:27:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 215ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:27:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 237ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-02-06 09:27:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}
  Rendered text template (0.0ms)
Completed 200 OK in 242ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 230ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:27:04 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetState", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_reset" for 127.0.0.1 at 2013-02-06 09:27:07 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (5.2ms)
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:27:07 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:27:07 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:27:07 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:27:07 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:27:07 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:27:07 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:27:07 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 263ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-02-06 09:27:08 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}
  Rendered text template (0.0ms)
Completed 200 OK in 317ms (Views: 1.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:27:08 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 311ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 276ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:27:10 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverResetState", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_set" for 127.0.0.1 at 2013-02-06 09:28:00 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_set", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (5.2ms)
Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:28:01 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:28:01 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:28:01 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Processing by NetzkeController#ext as JS
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:28:01 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:28:01 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:28:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:28:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 275ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:28:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 331ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-02-06 09:28:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}
  Rendered text template (0.0ms)
Completed 200 OK in 226ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 240ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:28:03 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetState", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_reset" for 127.0.0.1 at 2013-02-06 09:28:06 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:28:06 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:28:06 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:28:06 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:28:06 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:28:06 +0800


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:28:06 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:28:06 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 188ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:28:06 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 202ms (Views: 1.0ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 231ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-02-06 09:28:07 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}
  Rendered text template (0.0ms)
Completed 200 OK in 172ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:28:08 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverResetState", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_set" for 127.0.0.1 at 2013-02-06 09:28:11 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_set", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (5.0ms)
Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:28:11 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:28:11 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:28:11 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:28:11 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:28:11 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:28:11 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:28:11 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-02-06 09:28:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}
  Rendered text template (0.0ms)
Completed 200 OK in 227ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:28:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 272ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 272ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:28:14 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetState", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_rest" for 127.0.0.1 at 2013-02-06 09:28:17 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_rest", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:28:17 +0800
Processing by NetzkeController#ext as CSS


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:28:17 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:28:17 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:28:17 +0800
Processing by NetzkeController#ext as JS
Served asset /expect/expect.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:28:17 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:28:17 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:28:17 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 193ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_rest.js" for 127.0.0.1 at 2013-02-06 09:28:18 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_rest"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/extra/persistence_rest.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3930654067915307134__process_action__951363212006249052__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3490431369205636536__call__175576029108434996__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered text template (0.0ms)
Completed 200 OK in 205ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:28:18 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.4ms)
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_reset" for 127.0.0.1 at 2013-02-06 09:28:21 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (4.8ms)
Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:28:22 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:28:22 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:28:22 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:28:22 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:28:22 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:28:22 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:28:22 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 220ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Completed 200 OK in 222ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-02-06 09:28:22 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:28:22 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}
  Rendered text template (0.0ms)
Completed 200 OK in 196ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 217ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:28:24 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverResetState", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence?spec=extra__persistence_set" for 127.0.0.1 at 2013-02-06 09:29:34 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_set", "component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (4.3ms)
Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:29:34 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:29:34 +0800
Processing by NetzkeController#ext as JS
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:29:34 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:29:34 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:29:34 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:29:34 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:29:34 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 204ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__persistence_set.js" for 127.0.0.1 at 2013-02-06 09:29:34 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 222ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_set"}


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:29:34 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 210ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 204ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:29:36 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetState", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-06 09:29:47 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}

  Rendered inline template within layouts/application (8.8ms)
Completed 200 OK in 13ms (Views: 13.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:29:47 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:29:47 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState?spec=extra__persistence_reset" for 127.0.0.1 at 2013-02-06 09:30:01 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"extra__persistence_reset", "component"=>"PersistenceWithSharedState"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}, :persistence_with_shared_state=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}, :persistence_with_shared_state=>{:class_name=>"PersistenceWithSharedState", :height=>400, :name=>:persistence_with_shared_state}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8=", "persistence_with_shared_state"=>{}}

  Rendered inline template within layouts/application (4.3ms)
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:30:02 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:30:02 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:30:02 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Served asset /expect/expect.js - 304 Not Modified (0ms)
Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:30:02 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:30:02 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:30:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:30:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 190ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:30:02 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 205ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}


Started GET "/specs/extra__persistence_reset.js" for 127.0.0.1 at 2013-02-06 09:30:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__persistence_reset"}
  Rendered text template (0.0ms)
Completed 200 OK in 194ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 209ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 09:30:31 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}, :persistence_with_shared_state=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}, :persistence_with_shared_state=>{:class_name=>"PersistenceWithSharedState", :height=>400, :name=>:persistence_with_shared_state}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8=", "persistence_with_shared_state"=>{}}

  Rendered inline template within layouts/application (4.8ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:30:31 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:30:31 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-06 09:30:59 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}, :persistence_with_shared_state=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}, :persistence_with_shared_state=>{:class_name=>"PersistenceWithSharedState", :height=>400, :name=>:persistence_with_shared_state}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8=", "persistence_with_shared_state"=>{}}

  Rendered inline template within layouts/application (4.7ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:30:59 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:30:59 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-06 09:31:06 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}, :persistence_with_shared_state=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}, :persistence_with_shared_state=>{:class_name=>"PersistenceWithSharedState", :height=>400, :name=>:persistence_with_shared_state}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8=", "persistence_with_shared_state"=>{}}

  Rendered inline template within layouts/application (4.8ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:31:06 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:31:06 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 09:31:11 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: {"session_id"=>"5b2b4636bd3803763dc7717de4169643", "state"=>{:persistence=>{:title=>"Title from state"}, :persistence_with_shared_state=>{}}, "persistence"=>{}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}, :persistence_with_shared_state=>{:class_name=>"PersistenceWithSharedState", :height=>400, :name=>:persistence_with_shared_state}}, "_csrf_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8=", "persistence_with_shared_state"=>{}}

  Rendered inline template within layouts/application (7.2ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:31:12 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:31:12 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 09:33:11 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: nil

  Rendered inline template within layouts/application (5.4ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:33:11 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:33:11 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 09:33:17 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: nil

  Rendered inline template within layouts/application (19.8ms)
Completed 200 OK in 32ms (Views: 31.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:33:18 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:33:20 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 09:33:29 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: {:persistence=>{}}

  Rendered inline template within layouts/application (5.1ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:33:29 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:33:29 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=D7S8%2BHgMgGBJ%2Byhh2Ib13RWaC5GMzhxAchsKTnS0Qi8%3D" for 127.0.0.1 at 2013-02-06 09:33:38 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetState", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"D7S8+HgMgGBJ+yhh2Ib13RWaC5GMzhxAchsKTnS0Qi8="}
!!! session:: {:persistence=>{}}

  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 09:33:41 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: {:persistence=>{:title=>"Title from state"}}

  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:33:41 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:33:41 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Processing by NetzkeController#ext as CSS
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-06 09:33:48 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
!!! session:: {:persistence=>{:title=>"Title from state"}}

  Rendered inline template within layouts/application (4.8ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:33:48 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:33:48 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-06 09:33:53 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
!!! session:: {:persistence=>{:title=>"Title from state"}, :persistence_with_shared_state=>{}}

  Rendered inline template within layouts/application (3.6ms)
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:33:54 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:33:54 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-06 09:35:07 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
!!! session:: {:persistence=>{:title=>"Title from state"}, :persistence_with_shared_state=>{}}

!!! persistence_key:: :persistence_with_shared_state

  Rendered inline template within layouts/application (17.2ms)
Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:35:07 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:35:10 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-06 09:35:22 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
!!! session:: {:persistence=>{:title=>"Title from state"}, :persistence_with_shared_state=>{}}

!!! persistence_key:: :persistence

  Rendered inline template within layouts/application (19.0ms)
Completed 200 OK in 31ms (Views: 30.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:35:23 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:35:24 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)


Started GET "/components/PersistenceWithSharedState" for 127.0.0.1 at 2013-02-06 09:35:56 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"PersistenceWithSharedState"}
!!! session:: {:persistence=>{:title=>"Title from state"}, :persistence_with_shared_state=>{}}

!!! persistence_key:: :persistence

  Rendered inline template within layouts/application (18.5ms)
Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:35:56 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:35:58 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 09:50:32 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! persistence_key:: :persistence

  Rendered inline template within layouts/application (4.4ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:50:32 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:50:32 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 09:50:37 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
  Rendered inline template within layouts/application (15.5ms)
Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:50:37 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:50:40 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 09:51:00 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: #<Rack::Session::Abstract::SessionHash:0x3fffa70f7bac not yet loaded>

  Rendered inline template within layouts/application (8.0ms)
Completed 200 OK in 15ms (Views: 13.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:51:00 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:51:00 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 09:51:09 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: {"session_id"=>"ec24d68775f3b534360a17976ff86877", "netzke_states"=>{:persistence=>{}}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "netzke_sessions"=>{}, "_csrf_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}

  Rendered inline template within layouts/application (3.2ms)
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:51:09 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:51:09 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 09:51:36 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
!!! session:: {"session_id"=>"ec24d68775f3b534360a17976ff86877", "netzke_states"=>{:persistence=>{}}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "netzke_sessions"=>{}, "_csrf_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}

  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 09:51:41 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: {"session_id"=>"ec24d68775f3b534360a17976ff86877", "netzke_states"=>{:persistence=>{}}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "netzke_sessions"=>{:persistence=>{:some_variable=>"set"}}, "_csrf_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}

  Rendered inline template within layouts/application (3.3ms)
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:51:41 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:51:41 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 09:52:37 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: {"session_id"=>"ec24d68775f3b534360a17976ff86877", "netzke_states"=>{:persistence=>{}}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "netzke_sessions"=>{}, "_csrf_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}

  Rendered inline template within layouts/application (4.3ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:52:38 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:52:38 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 09:52:42 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
!!! session:: {"session_id"=>"ec24d68775f3b534360a17976ff86877", "netzke_states"=>{:persistence=>{}}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "netzke_sessions"=>{}, "_csrf_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 09:52:45 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverSetSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
!!! session:: {"session_id"=>"ec24d68775f3b534360a17976ff86877", "netzke_states"=>{:persistence=>{}}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "netzke_sessions"=>{:persistence=>{:some_variable=>"set"}}, "_csrf_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 09:52:48 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"persistence", "method"=>"serverRetrieveSessionVariable", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
!!! session:: {"session_id"=>"ec24d68775f3b534360a17976ff86877", "netzke_states"=>{:persistence=>{}}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "netzke_sessions"=>{:persistence=>{:some_variable=>"set"}}, "_csrf_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 09:52:51 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: {"session_id"=>"ec24d68775f3b534360a17976ff86877", "netzke_states"=>{:persistence=>{}}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "netzke_sessions"=>{:persistence=>{:some_variable=>"set"}}, "_csrf_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}

  Rendered inline template within layouts/application (3.5ms)
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:52:51 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:52:51 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Persistence" for 127.0.0.1 at 2013-02-06 09:52:54 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Persistence"}
!!! session:: {"session_id"=>"ec24d68775f3b534360a17976ff86877", "netzke_states"=>{:persistence=>{}}, "netzke_components"=>{:persistence=>{:class_name=>"Persistence", :height=>400, :name=>:persistence}}, "netzke_sessions"=>{}, "_csrf_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}

  Rendered inline template within layouts/application (3.3ms)
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:52:54 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:52:54 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Actions?spec=actions" for 127.0.0.1 at 2013-02-06 09:55:08 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"actions", "component"=>"Actions"}
  Rendered inline template within layouts/application (6.7ms)
Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:55:08 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:55:08 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:55:08 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Compiled mocha/mocha.js  (2ms)  (pid 20526)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:55:08 +0800
Compiled mocha/mocha.css  (0ms)  (pid 20432)
Served asset /mocha/mocha.css - 304 Not Modified (19ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:55:08 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 234ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:55:09 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 207ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 200 OK (1155ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:55:09 +0800
Compiled expect/expect.js  (0ms)  (pid 20526)
Served asset /expect/expect.js - 304 Not Modified (599ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:55:10 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 141ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/actions.js" for 127.0.0.1 at 2013-02-06 09:55:10 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"actions"}
  Rendered text template (0.0ms)
Completed 200 OK in 130ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Actions?spec=actions" for 127.0.0.1 at 2013-02-06 09:56:55 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"actions", "component"=>"Actions"}
  Rendered inline template within layouts/application (5.4ms)
Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:56:55 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:56:55 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:56:55 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:56:55 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:56:55 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:56:55 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:56:55 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 229ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:56:55 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 230ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/actions.js" for 127.0.0.1 at 2013-02-06 09:56:55 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"actions"}
  Rendered text template (0.0ms)
Completed 200 OK in 172ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 231ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-02-06 09:58:14 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (19.7ms)
Completed 200 OK in 25ms (Views: 24.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 09:58:14 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 09:58:14 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)




Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 09:58:14 +0800
Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 09:58:14 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 09:58:15 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 09:58:15 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 09:58:15 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 222ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-02-06 09:58:15 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 234ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 09:58:15 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 252ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 09:58:15 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 09:58:16 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 09:58:16 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 09:58:16 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 09:58:16 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 09:58:16 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 09:58:16 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"inaccessible", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 09:58:16 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>8, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 09:58:16 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>9, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 09:58:17 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent,selfreloading"}], "type"=>"rpc", "tid"=>10, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/DynamicLoading?spec=dynamic_loading" for 127.0.0.1 at 2013-02-06 10:00:51 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"dynamic_loading", "component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (7.1ms)
Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-06 10:00:51 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-06 10:00:51 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-06 10:00:51 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-06 10:00:51 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 56ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-06 10:00:51 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-06 10:00:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-06 10:00:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 237ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 232ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-06 10:00:51 +0800


Started GET "/specs/dynamic_loading.js" for 127.0.0.1 at 2013-02-06 10:00:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"dynamic_loading"}
  Rendered text template (0.0ms)
Completed 200 OK in 204ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 226ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 10:00:52 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 10:00:52 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"component_loaded_in_window", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 10:00:52 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 10:00:52 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"window_with_simple_component", "cache"=>"dynamicloading,simplecomponent"}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 10:00:52 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"title"=>"Simple Component with modified title", "name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 10:00:53 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"non_existing_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>6, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 10:00:53 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"inaccessible", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 10:00:53 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>8, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 10:00:53 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent"}], "type"=>"rpc", "tid"=>9, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=s2zP85jKEU%2F8RPRPeKcgirbhfRAe%2Ff2%2F2p9Nn1W%2ByAU%3D" for 127.0.0.1 at 2013-02-06 10:00:53 +0800
Processing by NetzkeController#direct as HTML
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"self_reloading", "cache"=>"dynamicloading,simplecomponent,simplewindow,windowwithsimplecomponent,selfreloading"}], "type"=>"rpc", "tid"=>10, "authenticity_token"=>"s2zP85jKEU/8RPRPeKcgirbhfRAe/f2/2p9Nn1W+yAU="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/LocalizationExtended" for 127.0.0.1 at 2013-02-08 20:08:15 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"LocalizationExtended"}
  Rendered inline template within layouts/application (23.5ms)
Completed 200 OK in 51ms (Views: 51.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 20:08:15 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 20:08:18 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 37ms (Views: 34.9ms | ActiveRecord: 0.0ms)


Started GET "/components/LocalizationExtended" for 127.0.0.1 at 2013-02-08 20:08:19 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"LocalizationExtended"}
  Rendered inline template within layouts/application (3.6ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 20:08:19 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 20:08:19 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/LocalizationExtended?spec=localization_extended" for 127.0.0.1 at 2013-02-08 20:08:50 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization_extended", "component"=>"LocalizationExtended"}
  Rendered inline template within layouts/application (3.1ms)
Completed 200 OK in 21ms (Views: 20.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/localization_extended.js" for 127.0.0.1 at 2013-02-08 20:08:50 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 20:08:50 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_extended"}
  Rendered text template (0.0ms)
Completed 200 OK in 165ms (Views: 1.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 20:08:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 188ms (Views: 2.1ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 20:08:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 20:08:51 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 164ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 20:08:51 +0800
Compiled mocha/mocha.css  (0ms)  (pid 65233)
Served asset /mocha/mocha.css - 200 OK (12ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 20:08:51 +0800
Compiled mocha/mocha.js  (2ms)  (pid 65135)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 20:08:51 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 200 OK (926ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 20:08:52 +0800
Compiled expect/expect.js  (0ms)  (pid 65135)
Served asset /expect/expect.js - 200 OK (524ms)


Started GET "/components/LocalizationExtended?spec=localization_extended" for 127.0.0.1 at 2013-02-08 20:12:44 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization_extended", "component"=>"LocalizationExtended"}
  Rendered inline template within layouts/application (3.9ms)
Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)




Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 20:12:44 +0800
Started GET "/specs/localization_extended.js" for 127.0.0.1 at 2013-02-08 20:12:44 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_extended"}
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 148ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Completed 200 OK in 145ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 20:12:44 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 20:12:44 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 20:12:44 +0800
Served asset /mocha/mocha.js - 304 Not Modified (4ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 20:12:44 +0800
Served asset /expect/expect.js - 304 Not Modified (2ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 20:12:44 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 193ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 20:12:44 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 168ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 20:12:44 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/LocalizationExtended?spec=localization_extended" for 127.0.0.1 at 2013-02-08 20:25:09 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"localization_extended", "component"=>"LocalizationExtended"}
  Rendered inline template within layouts/application (21.0ms)
Completed 200 OK in 27ms (Views: 26.2ms | ActiveRecord: 0.0ms)




Started GET "/specs/localization_extended.js" for 127.0.0.1 at 2013-02-08 20:25:09 +0800
Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 20:25:09 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"localization_extended"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 189ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 20:25:09 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 170ms (Views: 2.1ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 20:25:09 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 170ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 20:25:10 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 20:25:10 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 181ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 20:25:10 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 20:25:10 +0800
Processing by NetzkeController#ext as JS


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 20:25:10 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCaller?spec=server_caller" for 127.0.0.1 at 2013-02-08 20:49:28 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_caller", "component"=>"ServerCaller"}
  Rendered inline template within layouts/application (5.5ms)
Completed 500 Internal Server Error in 32ms

ActionView::Template::Error (uninitialized constant ServerCaller):
    1: <%= netzke :server_caller, :class_name => 'ServerCaller', :height => 400 %>
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:77:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___3920439817002616650_70205280539260'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3534845300616115017__process_action__2168239159258850684__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3028886096417906235__call__3383845323796211299__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 20:49:45 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (15.3ms)
Completed 200 OK in 20ms (Views: 19.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 20:49:45 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
  Rendered text template (0.0ms)
Completed 200 OK in 210ms (Views: 6.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 20:49:46 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 172ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 20:49:46 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 169ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 20:49:46 +0800
Compiled expect/expect.js  (1ms)  (pid 67880)
Served asset /expect/expect.js - 304 Not Modified (665ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 20:49:47 +0800
Compiled mocha/mocha.js  (2ms)  (pid 67880)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 20:49:48 +0800
Served asset /mocha/mocha.js - 200 OK (1092ms)
Connecting to database specified by database.yml
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 161ms (Views: 33.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 20:49:48 +0800
Compiled mocha/mocha.css  (0ms)  (pid 67979)
Served asset /mocha/mocha.css - 304 Not Modified (9ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 20:49:48 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 20:49:48 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 20:50:10 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (18.9ms)
Completed 200 OK in 26ms (Views: 25.1ms | ActiveRecord: 0.0ms)


Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 20:50:11 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 20:50:11 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 20:50:11 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
  Rendered text template (0.0ms)
Completed 200 OK in 214ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 20:50:11 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 207ms (Views: 2.1ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 20:50:11 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 206ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 20:50:11 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 198ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 20:50:11 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 20:50:11 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 20:50:11 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 20:50:12 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 20:50:22 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (4.3ms)
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 20:50:22 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 20:50:22 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
  Rendered text template (0.0ms)
Completed 200 OK in 153ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 20:50:23 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 170ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 20:50:23 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 173ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 20:50:23 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 165ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (5ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 20:50:23 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 20:50:23 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.css - 304 Not Modified (5ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 20:50:23 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 20:50:23 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 20:50:23 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 20:51:06 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (4.7ms)
Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 20:51:06 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 20:51:06 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 159ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 20:51:06 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 171ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 20:51:06 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 20:51:06 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 159ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 20:51:06 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 174ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 20:51:06 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 20:51:06 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 20:51:06 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 20:51:07 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 20:52:07 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (5.8ms)
Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 20:52:07 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 20:52:07 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 152ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 20:52:07 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 168ms (Views: 1.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 20:52:08 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 20:52:08 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 20:52:08 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 20:52:08 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 180ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 20:52:08 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 20:52:08 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 175ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 20:52:08 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 20:52:30 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (4.8ms)
Completed 200 OK in 32ms (Views: 31.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 20:52:30 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 20:52:30 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 153ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 20:52:30 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 160ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 20:52:30 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 20:52:30 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 20:52:30 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 20:52:30 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 188ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 20:52:30 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 172ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 20:52:31 +0800
Served asset /expect/expect.js - 304 Not Modified (2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 20:52:31 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 20:56:26 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (6.2ms)
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)



Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 20:56:26 +0800

Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 20:56:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
  Rendered text template (0.0ms)
Completed 200 OK in 163ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 20:56:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 192ms (Views: 2.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 20:56:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 173ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 20:56:26 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 20:56:26 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 169ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 20:56:26 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 20:56:26 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 20:56:26 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 20:56:27 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 20:56:27 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"firstEp", "data"=>[nil], "type"=>"rpc", "tid"=>8}, {"act"=>"server_counter", "method"=>"secondEp", "data"=>[nil], "type"=>"rpc", "tid"=>9}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 20:57:47 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (3.9ms)
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 20:57:47 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 20:57:47 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 162ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 164ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 20:57:47 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 20:57:47 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 20:57:47 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 235ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 20:57:47 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 20:57:47 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 231ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 20:57:47 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 20:57:47 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 20:57:48 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 20:57:48 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"firstEp", "data"=>[nil], "type"=>"rpc", "tid"=>8}, {"act"=>"server_counter", "method"=>"secondEp", "data"=>[nil], "type"=>"rpc", "tid"=>9}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 18ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 20:58:42 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (6.4ms)
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 20:58:42 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 20:58:42 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 152ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 20:58:42 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 155ms (Views: 1.8ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 20:58:42 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 20:58:42 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 187ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 20:58:43 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 212ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 20:58:43 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 20:58:43 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 20:58:43 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 20:58:43 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 20:58:43 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"firstEp", "data"=>[nil], "type"=>"rpc", "tid"=>8}, {"act"=>"server_counter", "method"=>"secondEp", "data"=>[nil], "type"=>"rpc", "tid"=>9}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 21:02:56 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (6.2ms)
Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 21:02:57 +0800


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 21:02:57 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 21:02:57 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 156ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 21:02:57 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 168ms (Views: 2.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 21:02:57 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 21:02:57 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 187ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 21:02:57 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 21:02:57 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 174ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 21:02:57 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:02:58 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:02:58 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"firstEp", "data"=>[nil], "type"=>"rpc", "tid"=>8}, {"act"=>"server_counter", "method"=>"secondEp", "data"=>[nil], "type"=>"rpc", "tid"=>9}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:02:58 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[1], "type"=>"rpc", "tid"=>10}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[2], "type"=>"rpc", "tid"=>11}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[3], "type"=>"rpc", "tid"=>12}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[4], "type"=>"rpc", "tid"=>13}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[5], "type"=>"rpc", "tid"=>14}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 21:03:24 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (3.9ms)
Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)


Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 21:03:24 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 21:03:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 162ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Completed 200 OK in 160ms (Views: 0.8ms | ActiveRecord: 0.0ms)




Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 21:03:25 +0800
Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 21:03:25 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 21:03:25 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 21:03:25 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 21:03:25 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 21:03:25 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 215ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 21:03:25 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 204ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:03:25 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:03:25 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"firstEp", "data"=>[nil], "type"=>"rpc", "tid"=>8}, {"act"=>"server_counter", "method"=>"secondEp", "data"=>[nil], "type"=>"rpc", "tid"=>9}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:03:26 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[1], "type"=>"rpc", "tid"=>10}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[2], "type"=>"rpc", "tid"=>11}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[3], "type"=>"rpc", "tid"=>12}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[4], "type"=>"rpc", "tid"=>13}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[5], "type"=>"rpc", "tid"=>14}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 21:03:52 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (20.6ms)
Completed 200 OK in 26ms (Views: 26.1ms | ActiveRecord: 0.0ms)


Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 21:03:53 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 21:03:53 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 151ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Completed 200 OK in 152ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 21:03:53 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 21:03:53 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 21:03:53 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 21:03:53 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 21:03:53 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 21:03:53 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 194ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 21:03:53 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 166ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:03:53 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:03:54 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"firstEp", "data"=>[nil], "type"=>"rpc", "tid"=>8}, {"act"=>"server_counter", "method"=>"secondEp", "data"=>[nil], "type"=>"rpc", "tid"=>9}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:03:54 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[1], "type"=>"rpc", "tid"=>10}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[2], "type"=>"rpc", "tid"=>11}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[3], "type"=>"rpc", "tid"=>12}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[4], "type"=>"rpc", "tid"=>13}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[5], "type"=>"rpc", "tid"=>14}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:03:57 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"successingEndpoint", "data"=>[nil], "type"=>"rpc", "tid"=>15}, {"act"=>"server_counter", "method"=>"failingEndpoint", "data"=>[nil], "type"=>"rpc", "tid"=>16}, {"act"=>"server_counter", "method"=>"successingEndpoint", "data"=>[nil], "type"=>"rpc", "tid"=>17}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
!!! Netzke: Error invoking endpoint: server_counter failing_endpoint [nil] 16

uncaught throw "something happened"
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/server_counter.rb:30:in `throw'
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/server_counter.rb:30:in `block in <class:ServerCounter>'
/Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:57:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:10:in `block in direct'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `each'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `direct'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:167:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rendering.rb:10:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:425:in `_run__3649579737781969702__process_action__2690078084047360881__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rescue.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `block in instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:121:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/rendering.rb:45:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:203:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:246:in `block in action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:36:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:601:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/etag.rb:23:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/conditionalget.rb:35:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/flash.rb:242:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:210:in `context'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:205:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/cookies.rb:341:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/query_cache.rb:64:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `_run__3438328426014787257__call__3912363019954305860__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/reloader.rb:65:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:32:in `call_app'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/tagged_logging.rb:22:in `tagged'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/methodoverride.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/runtime.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/lock.rb:15:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/static.rb:62:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/engine.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/application.rb:223:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/railtie/configurable.rb:30:in `method_missing'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'
  Rendered text template (0.0ms)
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:03:57 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"successingEndpoint", "data"=>[nil], "type"=>"rpc", "tid"=>15}, {"act"=>"server_counter", "method"=>"failingEndpoint", "data"=>[nil], "type"=>"rpc", "tid"=>16}, {"act"=>"server_counter", "method"=>"successingEndpoint", "data"=>[nil], "type"=>"rpc", "tid"=>17}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
!!! Netzke: Error invoking endpoint: server_counter failing_endpoint [nil] 16

uncaught throw "something happened"
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/server_counter.rb:30:in `throw'
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/server_counter.rb:30:in `block in <class:ServerCounter>'
/Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:57:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:10:in `block in direct'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `each'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `direct'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:167:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rendering.rb:10:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:425:in `_run__3649579737781969702__process_action__2690078084047360881__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rescue.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `block in instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:121:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/rendering.rb:45:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:203:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:246:in `block in action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:36:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:601:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/etag.rb:23:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/conditionalget.rb:35:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/flash.rb:242:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:210:in `context'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:205:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/cookies.rb:341:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/query_cache.rb:64:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `_run__3438328426014787257__call__3912363019954305860__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/reloader.rb:65:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:32:in `call_app'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/tagged_logging.rb:22:in `tagged'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/methodoverride.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/runtime.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/lock.rb:15:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/static.rb:62:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/engine.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/application.rb:223:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/railtie/configurable.rb:30:in `method_missing'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'
  Rendered text template (0.0ms)
Completed 500 Internal Server Error in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:03:57 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"successingEndpoint", "data"=>[nil], "type"=>"rpc", "tid"=>15}, {"act"=>"server_counter", "method"=>"failingEndpoint", "data"=>[nil], "type"=>"rpc", "tid"=>16}, {"act"=>"server_counter", "method"=>"successingEndpoint", "data"=>[nil], "type"=>"rpc", "tid"=>17}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
!!! Netzke: Error invoking endpoint: server_counter failing_endpoint [nil] 16

uncaught throw "something happened"
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/server_counter.rb:30:in `throw'
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/server_counter.rb:30:in `block in <class:ServerCounter>'
/Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:57:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:10:in `block in direct'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `each'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `direct'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:167:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rendering.rb:10:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:425:in `_run__3649579737781969702__process_action__2690078084047360881__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rescue.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `block in instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:121:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/rendering.rb:45:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:203:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:246:in `block in action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:36:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:601:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/etag.rb:23:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/conditionalget.rb:35:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/flash.rb:242:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:210:in `context'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:205:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/cookies.rb:341:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/query_cache.rb:64:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `_run__3438328426014787257__call__3912363019954305860__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/reloader.rb:65:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:32:in `call_app'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/tagged_logging.rb:22:in `tagged'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/methodoverride.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/runtime.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/lock.rb:15:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/static.rb:62:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/engine.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/application.rb:223:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/railtie/configurable.rb:30:in `method_missing'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'
  Rendered text template (0.0ms)
Completed 500 Internal Server Error in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 21:03:59 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (4.2ms)
Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)


Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 21:04:00 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 21:04:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 163ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 21:04:00 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 21:04:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 194ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 21:04:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 201ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 21:04:00 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 21:04:00 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 206ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 21:04:00 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 21:04:00 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:04:01 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:04:01 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"firstEp", "data"=>[nil], "type"=>"rpc", "tid"=>8}, {"act"=>"server_counter", "method"=>"secondEp", "data"=>[nil], "type"=>"rpc", "tid"=>9}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:04:01 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[1], "type"=>"rpc", "tid"=>10}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[2], "type"=>"rpc", "tid"=>11}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[3], "type"=>"rpc", "tid"=>12}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[4], "type"=>"rpc", "tid"=>13}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[5], "type"=>"rpc", "tid"=>14}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 21:04:14 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (19.9ms)
Completed 200 OK in 25ms (Views: 24.8ms | ActiveRecord: 0.0ms)




Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 21:04:14 +0800
Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 21:04:14 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
  Rendered text template (0.0ms)
Completed 200 OK in 160ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 21:04:14 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 166ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 21:04:14 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 21:04:14 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 21:04:14 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 21:04:14 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 177ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 21:04:14 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 136ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 21:04:14 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:04:15 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:04:15 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"firstEp", "data"=>[nil], "type"=>"rpc", "tid"=>8}, {"act"=>"server_counter", "method"=>"secondEp", "data"=>[nil], "type"=>"rpc", "tid"=>9}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:04:15 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[1], "type"=>"rpc", "tid"=>10}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[2], "type"=>"rpc", "tid"=>11}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[3], "type"=>"rpc", "tid"=>12}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[4], "type"=>"rpc", "tid"=>13}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[5], "type"=>"rpc", "tid"=>14}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 21:04:23 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (6.0ms)
Completed 200 OK in 25ms (Views: 24.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 21:04:23 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 21:04:23 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 162ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Completed 200 OK in 162ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 21:04:23 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 21:04:23 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 21:04:23 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 21:04:23 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 21:04:23 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 194ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 21:04:23 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 185ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 21:04:23 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:04:24 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:04:24 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"firstEp", "data"=>[nil], "type"=>"rpc", "tid"=>8}, {"act"=>"server_counter", "method"=>"secondEp", "data"=>[nil], "type"=>"rpc", "tid"=>9}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:04:24 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[1], "type"=>"rpc", "tid"=>10}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[2], "type"=>"rpc", "tid"=>11}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[3], "type"=>"rpc", "tid"=>12}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[4], "type"=>"rpc", "tid"=>13}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[5], "type"=>"rpc", "tid"=>14}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 21:04:40 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (5.0ms)
Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)




Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 21:04:41 +0800
Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 21:04:41 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 151ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 21:04:41 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Completed 200 OK in 149ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 21:04:41 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 181ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 21:04:41 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 21:04:41 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 188ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 21:04:41 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 21:04:41 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 21:04:41 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:04:42 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:04:42 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"firstEp", "data"=>[nil], "type"=>"rpc", "tid"=>8}, {"act"=>"server_counter", "method"=>"secondEp", "data"=>[nil], "type"=>"rpc", "tid"=>9}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:04:42 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[1], "type"=>"rpc", "tid"=>10}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[2], "type"=>"rpc", "tid"=>11}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[3], "type"=>"rpc", "tid"=>12}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[4], "type"=>"rpc", "tid"=>13}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[5], "type"=>"rpc", "tid"=>14}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 21:05:08 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (4.7ms)
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)



Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 21:05:08 +0800

Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 21:05:08 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
  Rendered text template (0.0ms)
Completed 200 OK in 162ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 21:05:09 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 187ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 21:05:09 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 21:05:09 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 21:05:09 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 21:05:09 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 218ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 21:05:09 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 186ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 21:05:09 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:05:09 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:05:09 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"firstEp", "data"=>[nil], "type"=>"rpc", "tid"=>8}, {"act"=>"server_counter", "method"=>"secondEp", "data"=>[nil], "type"=>"rpc", "tid"=>9}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:05:09 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[1], "type"=>"rpc", "tid"=>10}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[2], "type"=>"rpc", "tid"=>11}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[3], "type"=>"rpc", "tid"=>12}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[4], "type"=>"rpc", "tid"=>13}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[5], "type"=>"rpc", "tid"=>14}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ServerCounter?spec=server_counter" for 127.0.0.1 at 2013-02-08 21:05:18 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"server_counter", "component"=>"ServerCounter"}
  Rendered inline template within layouts/application (4.7ms)
Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 21:05:18 +0800


Started GET "/specs/server_counter.js" for 127.0.0.1 at 2013-02-08 21:05:18 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"server_counter"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 154ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 155ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 21:05:18 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 21:05:18 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 21:05:18 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 176ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 21:05:19 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 21:05:19 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 187ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 21:05:19 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 21:05:19 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:05:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>1}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>2}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>3}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>4}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>5}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>6}, {"act"=>"server_counter", "method"=>"count", "data"=>[{"how_many"=>1}], "type"=>"rpc", "tid"=>7}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:05:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"firstEp", "data"=>[nil], "type"=>"rpc", "tid"=>8}, {"act"=>"server_counter", "method"=>"secondEp", "data"=>[nil], "type"=>"rpc", "tid"=>9}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:05:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[1], "type"=>"rpc", "tid"=>10}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[2], "type"=>"rpc", "tid"=>11}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[3], "type"=>"rpc", "tid"=>12}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[4], "type"=>"rpc", "tid"=>13}, {"act"=>"server_counter", "method"=>"failTwoOutOfFive", "data"=>[5], "type"=>"rpc", "tid"=>14}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ExtDirect::Composite" for 127.0.0.1 at 2013-02-08 21:20:54 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"ExtDirect::Composite"}
  Rendered inline template within layouts/application (11.6ms)
Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 21:20:54 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 21:20:54 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:20:58 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"ext_direct_composite", "method"=>"setUser", "data"=>["aaa"], "type"=>"rpc", "tid"=>1}, {"act"=>"ext_direct_composite__details", "method"=>"update", "data"=>[nil], "type"=>"rpc", "tid"=>2}, {"act"=>"ext_direct_composite__statistics", "method"=>"update", "data"=>[nil], "type"=>"rpc", "tid"=>3}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ExtDirect::Composite?spec=ext_direct__composite" for 127.0.0.1 at 2013-02-08 21:28:56 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"ext_direct__composite", "component"=>"ExtDirect::Composite"}
  Rendered inline template within layouts/application (5.5ms)
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/ext_direct__composite.js" for 127.0.0.1 at 2013-02-08 21:28:56 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 21:28:56 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"ext_direct__composite"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 159ms (Views: 2.0ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 159ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 21:28:56 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 21:28:56 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 179ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 21:28:56 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 21:28:56 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 21:28:56 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 21:28:56 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 21:28:56 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:28:57 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"ext_direct_composite", "method"=>"setUser", "data"=>["Power User"], "type"=>"rpc", "tid"=>1}, {"act"=>"ext_direct_composite__details", "method"=>"update", "data"=>[nil], "type"=>"rpc", "tid"=>2}, {"act"=>"ext_direct_composite__statistics", "method"=>"update", "data"=>[nil], "type"=>"rpc", "tid"=>3}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 17ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ExtDirect::Composite?spec=ext_direct__composite" for 127.0.0.1 at 2013-02-08 21:38:26 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"ext_direct__composite", "component"=>"ExtDirect::Composite"}
  Rendered inline template within layouts/application (5.8ms)
Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/ext_direct__composite.js" for 127.0.0.1 at 2013-02-08 21:38:26 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 21:38:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"ext_direct__composite"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 155ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 21:38:26 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 160ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 21:38:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 175ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 21:38:26 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 177ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 21:38:26 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 21:38:26 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 21:38:26 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 21:38:27 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:38:27 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"ext_direct_composite", "method"=>"setUser", "data"=>["Power User"], "type"=>"rpc", "tid"=>1}, {"act"=>"ext_direct_composite__details", "method"=>"update", "data"=>[nil], "type"=>"rpc", "tid"=>2}, {"act"=>"ext_direct_composite__statistics", "method"=>"update", "data"=>[nil], "type"=>"rpc", "tid"=>3}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ExtDirect::Composite?spec=ext_direct__composite" for 127.0.0.1 at 2013-02-08 21:39:26 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"ext_direct__composite", "component"=>"ExtDirect::Composite"}
  Rendered inline template within layouts/application (21.7ms)
Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 21:39:26 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 21:39:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 154ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 21:39:26 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 166ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 21:39:26 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/specs/ext_direct__composite.js" for 127.0.0.1 at 2013-02-08 21:39:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"ext_direct__composite"}


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 21:39:26 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 21:39:26 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 155ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 21:39:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 140ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 21:39:26 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:39:27 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"ext_direct_composite", "method"=>"setUser", "data"=>["nomadcoder"], "type"=>"rpc", "tid"=>1}, {"act"=>"ext_direct_composite__details", "method"=>"update", "data"=>[nil], "type"=>"rpc", "tid"=>2}, {"act"=>"ext_direct_composite__statistics", "method"=>"update", "data"=>[nil], "type"=>"rpc", "tid"=>3}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/ExtDirect::Composite?spec=ext_direct__composite" for 127.0.0.1 at 2013-02-08 21:39:41 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"ext_direct__composite", "component"=>"ExtDirect::Composite"}
  Rendered inline template within layouts/application (6.3ms)
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/ext_direct__composite.js" for 127.0.0.1 at 2013-02-08 21:39:41 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 21:39:41 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"ext_direct__composite"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 159ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 21:39:41 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 170ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 21:39:41 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 21:39:41 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 21:39:41 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 191ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 21:39:42 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 21:39:42 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 21:39:42 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:39:42 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"ext_direct_composite", "method"=>"setUser", "data"=>["nomadcoder"], "type"=>"rpc", "tid"=>1}, {"act"=>"ext_direct_composite__details", "method"=>"update", "data"=>[nil], "type"=>"rpc", "tid"=>2}, {"act"=>"ext_direct_composite__statistics", "method"=>"update", "data"=>[nil], "type"=>"rpc", "tid"=>3}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/ExtDirect::Composite?spec=ext_direct__composite" for 127.0.0.1 at 2013-02-08 21:43:30 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"ext_direct__composite", "component"=>"ExtDirect::Composite"}
  Rendered inline template within layouts/application (10.7ms)
Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 21:43:30 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 21:43:30 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 175ms (Views: 1.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 21:43:31 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 21:43:31 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 186ms (Views: 2.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/ext_direct__composite.js" for 127.0.0.1 at 2013-02-08 21:43:31 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"ext_direct__composite"}
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 21:43:31 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 21:43:31 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 156ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 21:43:31 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 154ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 21:43:31 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:43:31 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"ext_direct_composite", "method"=>"setUser", "data"=>["nomadcoder"], "type"=>"rpc", "tid"=>1}, {"act"=>"ext_direct_composite__details", "method"=>"update", "data"=>[nil], "type"=>"rpc", "tid"=>2}, {"act"=>"ext_direct_composite__statistics", "method"=>"update", "data"=>[nil], "type"=>"rpc", "tid"=>3}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/ExtDirect::Composite?spec=ext_direct__composite" for 127.0.0.1 at 2013-02-08 21:43:36 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"ext_direct__composite", "component"=>"ExtDirect::Composite"}
  Rendered inline template within layouts/application (6.0ms)
Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/ext_direct__composite.js" for 127.0.0.1 at 2013-02-08 21:43:36 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-08 21:43:36 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"ext_direct__composite"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 155ms (Views: 1.0ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 158ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-08 21:43:36 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-08 21:43:36 +0800


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-08 21:43:36 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-08 21:43:36 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-08 21:43:36 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 172ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-08 21:43:36 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 129ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-08 21:43:36 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=gDmDYrpaF%2B8tnsi%2F8EvBe52vAnpO%2BakcsdlXAaXnxW8%3D" for 127.0.0.1 at 2013-02-08 21:43:37 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"ext_direct_composite", "method"=>"setUser", "data"=>["nomadcoder"], "type"=>"rpc", "tid"=>1}, {"act"=>"ext_direct_composite__details", "method"=>"update", "data"=>[nil], "type"=>"rpc", "tid"=>2}, {"act"=>"ext_direct_composite__statistics", "method"=>"update", "data"=>[nil], "type"=>"rpc", "tid"=>3}], "authenticity_token"=>"gDmDYrpaF+8tnsi/8EvBe52vAnpO+akcsdlXAaXnxW8="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/" for 127.0.0.1 at 2013-02-12 19:55:39 +0800
Connecting to database specified by database.yml
Processing by WelcomeController#index as HTML
  Rendered text template (0.0ms)
Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/" for 127.0.0.1 at 2013-02-12 20:06:17 +0800

AbstractController::ActionNotFound (The action 'index' could not be found for SimpleRailsController):
  actionpack (3.2.11) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2530251342902674029__call__4388455695813620389__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (2.9ms)


Started GET "/simple_rails/multiple_nested" for 127.0.0.1 at 2013-02-12 20:06:38 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (8.7ms)
Completed 500 Internal Server Error in 11ms

ActionView::Template::Error (uninitialized constant ServerCaller):
    1: <%= netzke :tab_panel_one, {
    2:   height: 200,
    3:   class_name: "SimpleTabPanel",
    4:   items: [:server_caller, :extended_server_caller]
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/component_config.rb:9:in `set_defaults!'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:144:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  app/views/simple_rails/multiple_nested.html.erb:1:in `_app_views_simple_rails_multiple_nested_html_erb__2078078856327215854_70203013864180'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4034930814891027380__process_action__1024086689738304014__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2530251342902674029__call__4388455695813620389__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.3ms)


Started GET "/simple_rails/multiple_nested" for 127.0.0.1 at 2013-02-12 20:08:06 +0800
Connecting to database specified by database.yml
Processing by SimpleRailsController#multiple_nested as HTML
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (20.5ms)
Completed 200 OK in 49ms (Views: 48.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:08:07 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:08:09 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 23ms (Views: 21.7ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested" for 127.0.0.1 at 2013-02-12 20:08:43 +0800
Connecting to database specified by database.yml
Processing by SimpleRailsController#multiple_nested as HTML
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (45.7ms)
Completed 200 OK in 72ms (Views: 71.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:08:44 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:08:45 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 25ms (Views: 22.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:08:58 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 20ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:08:59 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_two__extended_endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=blah" for 127.0.0.1 at 2013-02-12 20:27:43 +0800
Connecting to database specified by database.yml
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"blah"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (45.1ms)
Completed 200 OK in 74ms (Views: 74.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:27:44 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:27:44 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:27:44 +0800
Compiled mocha/mocha.css  (0ms)  (pid 19993)
Served asset /mocha/mocha.css - 304 Not Modified (45ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:27:44 +0800
Compiled mocha/mocha.js  (2ms)  (pid 19993)
Served asset /mocha/mocha.js - 200 OK (1310ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:27:46 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 213ms (Views: 2.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/blah.js" for 127.0.0.1 at 2013-02-12 20:27:46 +0800
Connecting to database specified by database.yml
Processing by SpecsController#show as JS
  Parameters: {"id"=>"blah"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/blah.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3396611303207231502__process_action__2780786062415870689__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4169510745834384774__call__3718434860849956748__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.5ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:27:47 +0800
Compiled expect/expect.js  (0ms)  (pid 20091)
Served asset /expect/expect.js - 304 Not Modified (526ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:27:47 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 140ms (Views: 3.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:27:47 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 130ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:31:42 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=multiple_nested" for 127.0.0.1 at 2013-02-12 20:31:54 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (17.7ms)
Completed 200 OK in 23ms (Views: 22.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:31:54 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:31:54 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:31:54 +0800
Served asset /expect/expect.js - 304 Not Modified (8ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:31:54 +0800
Served asset /mocha/mocha.js - 304 Not Modified (12ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:31:55 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:31:55 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:31:55 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 234ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 235ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:31:55 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:31:55 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"multiple_nested"}
Completed 500 Internal Server Error in 1ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/multiple_nested.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3396611303207231502__process_action__2780786062415870689__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4169510745834384774__call__3718434860849956748__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.4ms)
  Rendered text template (0.0ms)
Completed 200 OK in 181ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:32:00 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (19.3ms)
Completed 200 OK in 25ms (Views: 25.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:32:00 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:32:00 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:32:00 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:32:00 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:32:00 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:32:01 +0800
Served asset /mocha/mocha.css - 304 Not Modified (5ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:32:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 207ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:32:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 201ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:32:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 222ms (Views: 1.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 193ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:32:01 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:34:57 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_two__extended_endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:35:29 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (16.8ms)
Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:35:29 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:35:29 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:35:29 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 22ms (Views: 22.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:35:29 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:35:29 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:35:29 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:35:29 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 203ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:35:29 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 231ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:35:29 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 202ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 205ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:35:30 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:35:56 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (20.0ms)
Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:35:56 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:35:56 +0800
Processing by NetzkeController#ext as CSS
Served asset /expect/expect.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:35:56 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:35:56 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:35:56 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:35:56 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:35:56 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 224ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Completed 200 OK in 200ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:35:56 +0800


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:35:56 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 193ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 209ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:35:57 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:37:26 +0800
Connecting to database specified by database.yml
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (45.7ms)
Completed 200 OK in 74ms (Views: 73.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:37:27 +0800
Served asset /expect/expect.js - 304 Not Modified (6ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:37:27 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:37:27 +0800
Served asset /mocha/mocha.css - 304 Not Modified (4ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:37:27 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 205ms (Views: 1.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:37:27 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 163ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:37:29 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:37:29 +0800
Served asset /mocha/mocha.js - 304 Not Modified (7ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:37:29 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 208ms (Views: 1.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:37:29 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 126ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:37:30 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:37:59 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (17.3ms)
Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:37:59 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:37:59 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (3ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:37:59 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:37:59 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:37:59 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:37:59 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:37:59 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 208ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:38:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 223ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:38:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 211ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:38:00 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:40:03 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (53.4ms)
Completed 200 OK in 60ms (Views: 59.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:40:03 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:40:03 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:40:03 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:40:03 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (16ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:40:03 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:40:03 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:40:03 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 327ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:40:04 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 351ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:40:04 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 285ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Completed 200 OK in 263ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:40:04 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:40:41 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (44.2ms)
Completed 200 OK in 51ms (Views: 50.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:40:41 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:40:41 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Processing by NetzkeController#ext as JS
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:40:41 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:40:41 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:40:41 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:40:41 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:40:41 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 271ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:40:42 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 277ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:40:42 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 199ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 201ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:40:46 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (35.9ms)
Completed 200 OK in 41ms (Views: 40.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:40:46 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:40:46 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:40:46 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:40:46 +0800
Processing by NetzkeController#ext as JS
Served asset /expect/expect.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:40:46 +0800


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:40:46 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Served asset /mocha/mocha.css - 304 Not Modified (7ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:40:46 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 188ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:40:46 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 203ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 200ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:40:46 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 141ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:40:47 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:41:00 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (33.3ms)
Completed 200 OK in 39ms (Views: 38.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:41:00 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:41:00 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:41:00 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:41:00 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:41:00 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:41:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:41:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 219ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:41:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 233ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:41:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 186ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:41:01 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:41:16 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (32.9ms)
Completed 200 OK in 38ms (Views: 37.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:41:16 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:41:16 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:41:16 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:41:16 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:41:16 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:41:16 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:41:16 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 192ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:41:16 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 237ms (Views: 1.2ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 178ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:41:16 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 129ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:41:17 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:41:24 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (32.7ms)
Completed 200 OK in 38ms (Views: 38.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:41:24 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:41:24 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:41:24 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:41:24 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:41:24 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:41:24 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:41:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 181ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:41:25 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 198ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:41:25 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 187ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 218ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:41:25 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:41:25 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:42:15 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (21.6ms)
Completed 200 OK in 27ms (Views: 27.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:42:15 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:42:15 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:42:15 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:42:15 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:42:15 +0800
Processing by SpecsController#show as JS

  Parameters: {"id"=>"action_helper"}

Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:42:15 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:42:15 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 210ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:42:16 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 227ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:42:16 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 135ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:42:16 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:42:23 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (18.2ms)
Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:42:24 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:42:24 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:42:24 +0800
Processing by NetzkeController#ext as JS


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:42:24 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:42:24 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:42:24 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:42:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 209ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:42:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 217ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 173ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:42:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 128ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:42:24 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:44:13 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (18.7ms)
Completed 200 OK in 24ms (Views: 23.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:44:13 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:44:13 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:44:13 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:44:13 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:44:13 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:44:13 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:44:13 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 211ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:44:14 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 356ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:44:14 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 223ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 156ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:44:14 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}, {"act"=>"tab_panel_one__endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2}], "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:44:32 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (19.4ms)
Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:44:32 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:44:32 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:44:32 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:44:32 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:44:32 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:44:32 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:44:32 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:44:32 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 214ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:44:32 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 191ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 222ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:44:33 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:44:39 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (17.4ms)
Completed 200 OK in 23ms (Views: 22.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:44:39 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:44:39 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:44:39 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:44:39 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:44:39 +0800


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:44:39 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:44:39 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 194ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:44:39 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 230ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:44:39 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 185ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:44:40 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:44:40 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:44:46 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (20.9ms)
Completed 200 OK in 40ms (Views: 39.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:44:47 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:44:47 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:44:47 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:44:47 +0800
Processing by NetzkeController#ext as JS
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:44:47 +0800

Served asset /mocha/mocha.css - 304 Not Modified (0ms)

Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:44:47 +0800
Processing by SpecsController#show as JS


  Parameters: {"id"=>"action_helper"}
Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:44:47 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 192ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:44:47 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 217ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:44:47 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 175ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 212ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:44:48 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:45:23 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (33.3ms)
Completed 200 OK in 38ms (Views: 37.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:45:24 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:45:24 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:45:24 +0800
Processing by NetzkeController#ext as JS


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:45:24 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:45:24 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:45:24 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:45:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 167ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:45:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 212ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:45:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 233ms (Views: 1.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 249ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:45:55 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (36.3ms)
Completed 200 OK in 41ms (Views: 41.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:45:56 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:45:56 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:45:56 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:45:56 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:45:56 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:45:56 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:45:56 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 203ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:45:56 +0800
  Rendered text template (0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Completed 200 OK in 208ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:45:56 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 191ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:46:11 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (35.1ms)
Completed 200 OK in 40ms (Views: 39.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:46:11 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:46:11 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:46:11 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:46:11 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:46:12 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:46:12 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:46:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 181ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:46:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 249ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:46:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 169ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:47:13 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (10.5ms)
Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:47:13 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:47:13 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:47:13 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:47:13 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:47:13 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:47:13 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:47:13 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 201ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:47:14 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 212ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:47:14 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 180ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 234ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:47:14 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_two__extended_endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:47:21 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (20.9ms)
Completed 200 OK in 42ms (Views: 41.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:47:22 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:47:22 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:47:22 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:47:22 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:47:22 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:47:22 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:47:22 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:47:22 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 223ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:47:22 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 221ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:47:22 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_two__extended_endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:47:29 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (23.4ms)
Completed 200 OK in 42ms (Views: 41.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:47:29 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:47:29 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:47:29 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:47:29 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:47:29 +0800


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:47:29 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:47:29 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 182ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:47:29 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 214ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:47:30 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 207ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 189ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:48:09 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (21.5ms)
Completed 200 OK in 43ms (Views: 42.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:48:09 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:48:09 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)




Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:48:09 +0800
Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:48:09 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:48:09 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:48:09 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:48:09 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 187ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:48:09 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 206ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:48:09 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 192ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 215ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:48:10 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:54:01 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (35.6ms)
Completed 200 OK in 42ms (Views: 41.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:54:02 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:54:02 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:54:02 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:54:02 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:54:02 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:54:02 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:54:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 249ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:54:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 303ms (Views: 23.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:54:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 214ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 203ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:54:04 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_one__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:55:19 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (44.5ms)
Completed 200 OK in 52ms (Views: 51.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:55:19 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:55:19 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:55:19 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:55:19 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:55:19 +0800


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:55:19 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:55:19 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 300ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:55:19 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 305ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:55:19 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 220ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 204ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:56:35 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (37.5ms)
Completed 200 OK in 42ms (Views: 42.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:56:36 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:56:36 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:56:36 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:56:36 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:56:36 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:56:36 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:56:36 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 190ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:56:36 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 212ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:56:36 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 182ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 217ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 20:57:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_two__extended_endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 20:59:11 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (35.2ms)
Completed 200 OK in 41ms (Views: 40.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 20:59:11 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)


Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 20:59:11 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 20:59:11 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 20:59:11 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 200 OK (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 20:59:12 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 20:59:12 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 20:59:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 222ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 20:59:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 233ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 20:59:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 175ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 201ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:02:42 +0800
Connecting to database specified by database.yml
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (48.3ms)
Completed 200 OK in 97ms (Views: 97.0ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:02:44 +0800
Connecting to database specified by database.yml
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (34.2ms)
Completed 200 OK in 72ms (Views: 71.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 21:02:45 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 21:02:45 +0800
Served asset /expect/expect.js - 304 Not Modified (7ms)
Processing by NetzkeController#ext as JS


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 21:02:45 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 21:02:45 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (11ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 21:02:45 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 21:02:45 +0800
Served asset /mocha/mocha.css - 304 Not Modified (27ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 21:02:45 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 239ms (Views: 4.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 21:02:45 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 263ms (Views: 2.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 21:02:45 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 208ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 192ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:02:51 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (19.5ms)
Completed 200 OK in 25ms (Views: 25.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 21:02:52 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 21:02:52 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (3ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 21:02:52 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 21:02:52 +0800
Served asset /mocha/mocha.js - 304 Not Modified (4ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 21:02:52 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 21:02:52 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 21:02:52 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 203ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 21:02:52 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 198ms (Views: 1.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 205ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 21:02:52 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 172ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:04:14 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (18.5ms)
Completed 200 OK in 24ms (Views: 23.8ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:04:16 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (34.1ms)
Completed 200 OK in 39ms (Views: 38.4ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:04:43 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (33.2ms)
Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.0ms)




Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 21:04:43 +0800
Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 21:04:43 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 21:04:43 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 21:04:43 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 21:04:43 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 21:04:43 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 21:04:43 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 185ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 21:04:44 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 212ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 21:04:44 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 243ms (Views: 1.0ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 234ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:04:58 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (35.6ms)
Completed 200 OK in 40ms (Views: 40.3ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:05:00 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (17.9ms)
Completed 200 OK in 22ms (Views: 22.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 21:05:00 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 21:05:00 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Processing by NetzkeController#ext as JS
Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 21:05:00 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 21:05:00 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 21:05:00 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 21:05:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 21:05:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 181ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 21:05:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 210ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 21:05:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 225ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 217ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:05:48 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (19.5ms)
Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 21:05:48 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 21:05:48 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 21:05:48 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 21:05:48 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 21:05:49 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 21:05:49 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 21:05:49 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 194ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 21:05:49 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 187ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 21:05:49 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 218ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 242ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:06:11 +0800
Connecting to database specified by database.yml
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (42.9ms)
Completed 200 OK in 70ms (Views: 69.5ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:06:16 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (16.4ms)
Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 21:06:16 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 21:06:17 +0800
Served asset /expect/expect.js - 304 Not Modified (3ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 21:06:17 +0800
Served asset /mocha/mocha.css - 304 Not Modified (3ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 21:06:17 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 212ms (Views: 1.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 21:06:17 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 189ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 21:06:19 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 26ms (Views: 24.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 21:06:19 +0800
Served asset /mocha/mocha.js - 304 Not Modified (4ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 21:06:19 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 166ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 21:06:19 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 131ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:07:04 +0800
Connecting to database specified by database.yml
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (38.6ms)
Completed 500 Internal Server Error in 60ms

ActionView::Template::Error (undefined method `gsub' for :tab_panel_one:Symbol):
    1: <%= netzke :tab_panel_one, {
    2:   height: 200,
    3:   class_name: "SimpleTabPanel",
    4:   items: [:endpoints, :extended_endpoints]
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/embedding.rb:6:in `js_component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:57:in `netzke'
  app/views/simple_rails/multiple_nested.html.erb:1:in `_app_views_simple_rails_multiple_nested_html_erb__529158340350785332_70348704276280'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__299951598005062542__process_action__3527281085989498058__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4152475698501238501__call__399784813019750515__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:07:21 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (24.9ms)
Completed 500 Internal Server Error in 26ms

ActionView::Template::Error (undefined method `gsub' for :tab_panel_one:Symbol):
    1: <%= netzke :tab_panel_one, {
    2:   height: 200,
    3:   class_name: "SimpleTabPanel",
    4:   items: [:endpoints, :extended_endpoints]
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/embedding.rb:6:in `js_component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:57:in `netzke'
  app/views/simple_rails/multiple_nested.html.erb:1:in `_app_views_simple_rails_multiple_nested_html_erb__529158340350785332_70348704276280'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__299951598005062542__process_action__3527281085989498058__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4152475698501238501__call__399784813019750515__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.8ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:07:26 +0800
Connecting to database specified by database.yml
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (31.0ms)
Completed 200 OK in 57ms (Views: 56.4ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:07:32 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (17.3ms)
Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 21:07:32 +0800
Served asset /mocha/mocha.js - 304 Not Modified (31ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 21:07:32 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 21:07:32 +0800
Served asset /mocha/mocha.css - 304 Not Modified (3ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 21:07:32 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 222ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 21:07:32 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 125ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 21:07:34 +0800
Connecting to database specified by database.yml
Served asset /expect/expect.js - 304 Not Modified (2ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 21:07:34 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 26ms (Views: 24.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 21:07:34 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 206ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 21:07:35 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 178ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:13:27 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (35.4ms)
Completed 200 OK in 42ms (Views: 41.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 21:13:28 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 21:13:28 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 21:13:28 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 21:13:28 +0800
Served asset /expect/expect.js - 304 Not Modified (7ms)
Served asset /mocha/mocha.js - 304 Not Modified (6ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 21:13:28 +0800


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 21:13:28 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Served asset /mocha/mocha.css - 304 Not Modified (5ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 21:13:28 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 236ms (Views: 0.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 259ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 21:13:28 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 234ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 21:13:28 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 171ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-12 21:20:11 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (23.8ms)
Completed 200 OK in 31ms (Views: 31.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-12 21:20:12 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-12 21:20:12 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-12 21:20:12 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-12 21:20:12 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-12 21:20:12 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-12 21:20:12 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-12 21:20:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 335ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 348ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-12 21:20:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/extra__multiple_nested.js" for 127.0.0.1 at 2013-02-12 21:20:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"extra__multiple_nested"}
  Rendered text template (0.0ms)
Completed 200 OK in 131ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=LRf7mMhA%2BLt8q1FuPIsxgH7lEIA4%2FRtCIEe%2BMXbJkM4%3D" for 127.0.0.1 at 2013-02-12 21:20:13 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"tab_panel_two__extended_endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"LRf7mMhA+Lt8q1FuPIsxgH7lEIA4/RtCIEe+MXbJkM4="}
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/components/RubyModules" for 127.0.0.1 at 2013-02-13 07:47:36 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"RubyModules"}
  Rendered inline template within layouts/application (9.4ms)
Completed 500 Internal Server Error in 35ms

ActionView::Template::Error (uninitialized constant ServerCaller):
    1: <%= netzke :ruby_modules, :class_name => 'RubyModules', :height => 400 %>
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/component_config.rb:9:in `set_defaults!'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:144:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__3413165628669879957_70134370826600'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__558809256250449361__process_action__1060431541306324368__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3482837583593839140__call__2355058090818470218__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms)


Started GET "/components/RubyModules" for 127.0.0.1 at 2013-02-13 07:48:02 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"RubyModules"}
  Rendered inline template within layouts/application (64.6ms)
Completed 200 OK in 69ms (Views: 68.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-13 07:48:02 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 4.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-13 07:48:04 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 21.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Pr9g2%2BC1zv%2BN%2FKZfSnhj%2Bz%2FU2uQzPvEXsmVipRqO7dg%3D" for 127.0.0.1 at 2013-02-13 07:48:17 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"ruby_modules__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Pr9g2+C1zv+N/KZfSnhj+z/U2uQzPvEXsmVipRqO7dg="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/RubyModules" for 127.0.0.1 at 2013-02-13 07:49:06 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"RubyModules"}
  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-13 07:49:06 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-13 07:49:06 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/RubyModules?spec=ruby_modules" for 127.0.0.1 at 2013-02-13 07:50:58 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"ruby_modules", "component"=>"RubyModules"}
  Rendered inline template within layouts/application (5.2ms)
Completed 200 OK in 21ms (Views: 20.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/ruby_modules.js" for 127.0.0.1 at 2013-02-13 07:50:59 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-13 07:50:59 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"ruby_modules"}
  Rendered text template (0.0ms)
Completed 200 OK in 247ms (Views: 1.9ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-13 07:50:59 +0800
Completed 200 OK in 251ms (Views: 2.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-13 07:50:59 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Served asset /mocha/mocha.css - 304 Not Modified (8ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-13 07:50:59 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 199ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-13 07:50:59 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 205ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (9ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-13 07:50:59 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-13 07:50:59 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (6ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-13 07:50:59 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/RubyModules?spec=ruby_modules" for 127.0.0.1 at 2013-02-13 07:51:18 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"ruby_modules", "component"=>"RubyModules"}
  Rendered inline template within layouts/application (7.8ms)
Completed 200 OK in 35ms (Views: 34.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/ruby_modules.js" for 127.0.0.1 at 2013-02-13 07:51:19 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-13 07:51:19 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"ruby_modules"}
  Rendered text template (0.0ms)
Completed 200 OK in 169ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-13 07:51:19 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 197ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-13 07:51:19 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 190ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-13 07:51:19 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 176ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (7ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-13 07:51:19 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-13 07:51:19 +0800
Processing by NetzkeController#ext as JS
Served asset /mocha/mocha.css - 304 Not Modified (5ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-13 07:51:19 +0800
Served asset /expect/expect.js - 304 Not Modified (4ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-13 07:51:19 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/RubyModules?spec=ruby_modules" for 127.0.0.1 at 2013-02-13 07:51:50 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"ruby_modules", "component"=>"RubyModules"}
  Rendered inline template within layouts/application (6.4ms)
Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-13 07:51:51 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-13 07:51:51 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-13 07:51:51 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-13 07:51:51 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-13 07:51:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-13 07:51:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 178ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-13 07:51:51 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 176ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-13 07:51:51 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/specs/ruby_modules.js" for 127.0.0.1 at 2013-02-13 07:51:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"ruby_modules"}
  Rendered text template (0.0ms)
Completed 200 OK in 193ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Pr9g2%2BC1zv%2BN%2FKZfSnhj%2Bz%2FU2uQzPvEXsmVipRqO7dg%3D" for 127.0.0.1 at 2013-02-13 07:52:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"ruby_modules__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Pr9g2+C1zv+N/KZfSnhj+z/U2uQzPvEXsmVipRqO7dg="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/RubyModules?spec=ruby_modules" for 127.0.0.1 at 2013-02-13 07:52:41 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"ruby_modules", "component"=>"RubyModules"}
  Rendered inline template within layouts/application (7.4ms)
Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/ruby_modules.js" for 127.0.0.1 at 2013-02-13 07:52:41 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-13 07:52:41 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"ruby_modules"}
  Rendered text template (0.0ms)
Completed 200 OK in 160ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-13 07:52:41 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 168ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-13 07:52:41 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 196ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-13 07:52:41 +0800
Completed 200 OK in 175ms (Views: 1.3ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-13 07:52:41 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-13 07:52:41 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-13 07:52:41 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-13 07:52:41 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Pr9g2%2BC1zv%2BN%2FKZfSnhj%2Bz%2FU2uQzPvEXsmVipRqO7dg%3D" for 127.0.0.1 at 2013-02-13 07:52:42 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"ruby_modules__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Pr9g2+C1zv+N/KZfSnhj+z/U2uQzPvEXsmVipRqO7dg="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/RubyModules?spec=ruby_modules" for 127.0.0.1 at 2013-02-13 07:53:01 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"ruby_modules", "component"=>"RubyModules"}
  Rendered inline template within layouts/application (7.6ms)
Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/ruby_modules.js" for 127.0.0.1 at 2013-02-13 07:53:01 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-13 07:53:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"ruby_modules"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 159ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-13 07:53:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 189ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-13 07:53:02 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 176ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-13 07:53:02 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-13 07:53:02 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 185ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-13 07:53:02 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-13 07:53:02 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-13 07:53:02 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Pr9g2%2BC1zv%2BN%2FKZfSnhj%2Bz%2FU2uQzPvEXsmVipRqO7dg%3D" for 127.0.0.1 at 2013-02-13 07:53:02 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"ruby_modules__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Pr9g2+C1zv+N/KZfSnhj+z/U2uQzPvEXsmVipRqO7dg="}
  Rendered text template (0.0ms)
Completed 200 OK in 17ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/RubyModules?spec=ruby_modules" for 127.0.0.1 at 2013-02-13 07:53:06 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"ruby_modules", "component"=>"RubyModules"}
  Rendered inline template within layouts/application (6.8ms)
Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-13 07:53:06 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-13 07:53:06 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 171ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-13 07:53:06 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 198ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/ruby_modules.js" for 127.0.0.1 at 2013-02-13 07:53:06 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"ruby_modules"}
  Rendered text template (0.0ms)
Completed 200 OK in 184ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-13 07:53:07 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-13 07:53:07 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 170ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-13 07:53:07 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-13 07:53:07 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-13 07:53:07 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Pr9g2%2BC1zv%2BN%2FKZfSnhj%2Bz%2FU2uQzPvEXsmVipRqO7dg%3D" for 127.0.0.1 at 2013-02-13 07:53:07 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"ruby_modules__endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Pr9g2+C1zv+N/KZfSnhj+z/U2uQzPvEXsmVipRqO7dg="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-15 10:26:57 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (25.6ms)
Completed 500 Internal Server Error in 35ms

ActionView::Template::Error (uninitialized constant Composition::EndpointsExtended):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  app/components/composition.rb:65:in `block in <class:Composition>'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__3694704777562502092_70152630074820'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1578263737555516911__process_action__1726605195871195205__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1168823866984024148__call__3462921193950599123__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-15 10:28:37 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (90.5ms)
Completed 200 OK in 130ms (Views: 129.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-15 10:28:37 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-15 10:28:41 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 18ms (Views: 15.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-02-15 10:28:49 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (14.6ms)
Completed 200 OK in 22ms (Views: 22.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-02-15 10:28:49 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-15 10:28:49 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 362ms (Views: 1.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-15 10:28:50 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 372ms (Views: 2.4ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-15 10:28:50 +0800
Compiled mocha/mocha.css  (0ms)  (pid 3982)
Served asset /mocha/mocha.css - 304 Not Modified (13ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-15 10:28:50 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 252ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 285ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-15 10:28:50 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-15 10:28:50 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Compiled mocha/mocha.js  (2ms)  (pid 3343)
Served asset /mocha/mocha.js - 200 OK (1395ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-15 10:28:51 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-15 10:28:51 +0800
Compiled expect/expect.js  (0ms)  (pid 3343)
Served asset /expect/expect.js - 304 Not Modified (770ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-15 10:28:53 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-15 10:28:53 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"composition__west_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-15 10:28:53 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"composition", "method"=>"updateWest", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-15 10:28:53 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"composition", "method"=>"updateEastSouth", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/simple_rails/multiple_nested?spec=extra__multiple_nested" for 127.0.0.1 at 2013-02-15 10:31:56 +0800
Processing by SimpleRailsController#multiple_nested as HTML
  Parameters: {"spec"=>"extra__multiple_nested"}
  Rendered simple_rails/multiple_nested.html.erb within layouts/application (3.6ms)
Completed 500 Internal Server Error in 5ms

ActionView::Template::Error (uninitialized constant ExtendedEndpoints):
    1: <%= netzke :tab_panel_one, {
    2:   height: 200,
    3:   class_name: "SimpleTabPanel",
    4:   items: [:endpoints, :extended_endpoints]
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/component_config.rb:9:in `set_defaults!'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:144:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  app/views/simple_rails/multiple_nested.html.erb:1:in `_app_views_simple_rails_multiple_nested_html_erb___3256089594865595639_70152629462960'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4236991558988037738__process_action__1788768989596491418__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1168823866984024148__call__3462921193950599123__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.2ms)


Started GET "/components/SimpleFormWithFileUpload" for 127.0.0.1 at 2013-02-15 20:51:50 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"SimpleFormWithFileUpload"}
  Rendered inline template within layouts/application (16.7ms)
Completed 200 OK in 45ms (Views: 44.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-15 20:51:51 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-15 20:51:53 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/dispatcher?address=simple_form_with_file_upload__server_submit" for 127.0.0.1 at 2013-02-15 20:52:05 +0800
Processing by NetzkeController#dispatcher as HTML
  Parameters: {"filefield-1009-inputEl"=>#<ActionDispatch::Http::UploadedFile:0x007fcf92b8add0 @original_filename="IMG_2389.PNG", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"filefield-1009-inputEl\"; filename=\"IMG_2389.PNG\"\r\nContent-Type: image/png\r\n", @tempfile=#<File:/var/folders/7_/y8s9xbn93n954y8vhjb4yk3h0000gn/T/RackMultipart20130215-47178-hncdkb>>, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "address"=>"simple_form_with_file_upload__server_submit"}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-18 07:45:08 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (15.5ms)
Completed 200 OK in 40ms (Views: 39.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 07:45:09 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 07:45:11 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-18 07:45:18 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.0ms)
Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-18 07:45:18 +0800


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-18 07:45:18 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Completed 500 Internal Server Error in 1ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/expectation_helper.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3456220939341139431__process_action__1313491047814600922__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3296365642220803869__call__2897087254325249030__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/endpoints.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__68575431695412167__process_action__66141589026171185__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1479194690417763210__call__4196561973630070956__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-18 07:45:18 +0800
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Completed 500 Internal Server Error in 0ms
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.7ms)

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/action_helper.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3456220939341139431__process_action__1313491047814600922__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3296365642220803869__call__2897087254325249030__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'




Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-18 07:45:18 +0800
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.1ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-18 07:45:18 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/query_helper.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3456220939341139431__process_action__1313491047814600922__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3296365642220803869__call__2897087254325249030__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


Compiled mocha/mocha.js  (30ms)  (pid 56898)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.6ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-18 07:45:18 +0800
Compiled expect/expect.js  (0ms)  (pid 56996)
Served asset /expect/expect.js - 304 Not Modified (775ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 07:45:19 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 200 OK (1226ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 07:45:19 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-18 07:45:19 +0800
Compiled mocha/mocha.css  (0ms)  (pid 56898)
Served asset /mocha/mocha.css - 304 Not Modified (7ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-18 07:45:31 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.1ms)
Completed 200 OK in 14ms (Views: 13.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-18 07:45:31 +0800


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-18 07:45:31 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
Completed 500 Internal Server Error in 0ms
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/endpoints.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__68575431695412167__process_action__66141589026171185__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1479194690417763210__call__4196561973630070956__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'



Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/action_helper.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3456220939341139431__process_action__1313491047814600922__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3296365642220803869__call__2897087254325249030__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.1ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-18 07:45:31 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/query_helper.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3456220939341139431__process_action__1313491047814600922__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3296365642220803869__call__2897087254325249030__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (50.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-18 07:45:31 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-18 07:45:31 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
Completed 500 Internal Server Error in 0ms

Errno::ENOENT (No such file or directory - /Users/skozlov/code/netzke/netzke-core/spec/javascripts/expectation_helper.js.coffee):
  app/controllers/specs_controller.rb:8:in `read'
  app/controllers/specs_controller.rb:8:in `show'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__68575431695412167__process_action__66141589026171185__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1479194690417763210__call__4196561973630070956__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


Served asset /mocha/mocha.js - 304 Not Modified (6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.1ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-18 07:45:31 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-18 07:45:31 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 07:45:32 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 07:45:32 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-18 07:46:15 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.7ms)
Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-18 07:46:15 +0800


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-18 07:46:15 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 180ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-18 07:46:15 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 190ms (Views: 1.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-18 07:46:15 +0800
Served asset /mocha/mocha.js - 304 Not Modified (41ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-18 07:46:15 +0800
Served asset /mocha/mocha.css - 304 Not Modified (3ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 07:46:15 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-18 07:46:15 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 199ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-18 07:46:15 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 150ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 07:46:16 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 07:46:16 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 07:46:16 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 07:46:16 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 07:46:16 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 07:46:17 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 07:46:17 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-18 07:54:40 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (10.1ms)
Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 07:54:40 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 07:54:40 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-18 07:55:05 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (8.8ms)
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 07:55:05 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 07:55:05 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-18 08:16:49 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (37.1ms)
Completed 200 OK in 51ms (Views: 50.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-18 08:16:49 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 191ms (Views: 4.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-18 08:16:50 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 163ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-18 08:16:50 +0800
Compiled expect/expect.js  (1ms)  (pid 63566)
Served asset /expect/expect.js - 304 Not Modified (737ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-18 08:16:50 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 208ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 08:16:51 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-18 08:16:52 +0800
Connecting to database specified by database.yml
Compiled mocha/mocha.js  (2ms)  (pid 63664)
Served asset /mocha/mocha.js - 200 OK (927ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-18 08:16:53 +0800
Compiled mocha/mocha.css  (0ms)  (pid 63664)
Served asset /mocha/mocha.css - 304 Not Modified (8ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-18 08:16:53 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 146ms (Views: 11.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 08:16:53 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:16:53 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 26ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:16:53 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:16:54 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:16:54 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:16:54 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:16:54 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-18 08:16:57 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (12.7ms)
Completed 200 OK in 18ms (Views: 17.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 08:16:57 +0800


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-18 08:16:57 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}


Started GET "/specs/query_helper.js" for 127.0.0.1 at 2013-02-18 08:16:57 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 183ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/expectation_helper.js" for 127.0.0.1 at 2013-02-18 08:16:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 201ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-18 08:16:58 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-18 08:16:58 +0800
Served asset /expect/expect.js - 304 Not Modified (4ms)


Started GET "/specs/action_helper.js" for 127.0.0.1 at 2013-02-18 08:16:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 202ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 08:16:58 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-18 08:16:58 +0800
Served asset /mocha/mocha.js - 304 Not Modified (6ms)
  Rendered text template (0.0ms)
Completed 200 OK in 186ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:16:58 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:16:58 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:16:58 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:16:59 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:16:59 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:16:59 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-18 08:47:56 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (31.7ms)
Completed 200 OK in 48ms (Views: 47.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 08:47:57 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-18 08:47:57 +0800
Compiled expect/expect.js  (0ms)  (pid 69554)
Served asset /expect/expect.js - 304 Not Modified (753ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-18 08:47:57 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 188ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-18 08:47:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 212ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-18 08:47:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 192ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-18 08:47:59 +0800
Connecting to database specified by database.yml
Compiled mocha/mocha.js  (1ms)  (pid 69652)
Served asset /mocha/mocha.js - 200 OK (923ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-18 08:48:00 +0800
Compiled mocha/mocha.css  (0ms)  (pid 69652)
Served asset /mocha/mocha.css - 304 Not Modified (7ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 08:48:00 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-18 08:48:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 198ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:48:01 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:48:01 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:48:01 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:48:01 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:48:01 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:48:01 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-18 08:56:49 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (9.4ms)
Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-18 08:56:49 +0800


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-18 08:56:49 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 206ms (Views: 1.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-18 08:56:49 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 198ms (Views: 2.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-18 08:56:49 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-18 08:56:50 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 199ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-18 08:56:50 +0800
Compiled mocha/mocha.js  (2ms)  (pid 69554)
  Rendered text template (0.0ms)
Completed 200 OK in 227ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-18 08:56:50 +0800
Compiled expect/expect.js  (1ms)  (pid 69652)
Served asset /expect/expect.js - 304 Not Modified (705ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 08:56:50 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 200 OK (1278ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 08:56:51 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:51 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 2ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac72373d8>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.7ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:51 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 2ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac72b55d0>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:51 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 2ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac6002780>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:51 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 1ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac719c450>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.5ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:51 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 2ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac72503d8>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:52 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 2ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac72cda90>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.7ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:52 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 3ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac62607c0>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:52 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 1ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac4eaf2d0>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.3ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:52 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 2ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac6150178>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.4ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:52 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 28ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac6134248>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:52 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 3ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac71ae8a8>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:52 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 1ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac725a590>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:52 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 2ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac72d01a0>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:52 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 2ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac625d0e8>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.8ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:52 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 1ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac4eb8100>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.7ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:52 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 3ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac607d778>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (22.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (29.7ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:52 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 1ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac597f7f0>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:56:52 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 2ms

NameError (undefined local variable or method `request_params' for #<NetzkeController:0x007f8ac71eecf0>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:72:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-18 08:57:17 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (8.0ms)
Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-18 08:57:18 +0800


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-18 08:57:18 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 235ms (Views: 2.0ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 247ms (Views: 1.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-18 08:57:18 +0800


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-18 08:57:18 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 232ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-18 08:57:18 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 234ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-18 08:57:18 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 08:57:18 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 08:57:18 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-18 08:57:18 +0800
Compiled mocha/mocha.css  (0ms)  (pid 69554)
Served asset /mocha/mocha.css - 304 Not Modified (49ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:57:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:75:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.3ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:57:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:75:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:57:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:75:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:57:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! result:: "{\"type\":\"rpc\",\"tid\":null,\"action\":\"endpoints\",\"method\":\"no_response\",\"result\":{}}"

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:57:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:75:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:57:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:75:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:57:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:75:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:57:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:75:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:57:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:75:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.8ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:57:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:75:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.5ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:57:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! result:: "{\"type\":\"rpc\",\"tid\":null,\"action\":\"endpoints\",\"method\":\"do_nothing\",\"result\":{}}"

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:57:20 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:75:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.1ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:57:20 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:75:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:57:20 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:75:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.7ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-18 08:58:04 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 08:58:04 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 08:58:04 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:58:07 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:75:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:58:07 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:75:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:58:07 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:75:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:58:42 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:76:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.8ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:58:42 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:76:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (24.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (30.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 08:58:42 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

Completed 500 Internal Server Error in 1ms

NoMethodError (undefined method `[]' for nil:NilClass):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:76:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:48:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.6ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-18 08:59:58 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (9.3ms)
Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 08:59:58 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 08:59:58 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:00:00 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

!!! result:: "{\"type\":\"rpc\",\"tid\":1,\"action\":\"endpoints\",\"method\":\"whats_up\",\"result\":{\"setTitle\":[\"Response from server\"]}}"

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:02:52 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

Completed 500 Internal Server Error in 2ms

RuntimeError (Blah):
  app/components/endpoints.rb:29:in `block in <class:Endpoints>'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:55:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:02:52 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

Completed 500 Internal Server Error in 0ms

RuntimeError (Blah):
  app/components/endpoints.rb:29:in `block in <class:Endpoints>'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:55:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.8ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:02:52 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

Completed 500 Internal Server Error in 0ms

RuntimeError (Blah):
  app/components/endpoints.rb:29:in `block in <class:Endpoints>'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:55:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-18 09:03:14 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (31.3ms)
Completed 200 OK in 36ms (Views: 36.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 09:03:14 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 09:03:14 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:03:16 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}, {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>2}], "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}

!!! Netzke: Error invoking endpoint: endpoints whats_up [nil] 1

Blah
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/endpoints.rb:29:in `block in <class:Endpoints>'
/Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:55:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:10:in `block in direct'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `each'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `direct'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:167:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rendering.rb:10:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rescue.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `block in instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:121:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/rendering.rb:45:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:203:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:246:in `block in action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:36:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:601:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/etag.rb:23:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/conditionalget.rb:35:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/flash.rb:242:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:210:in `context'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:205:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/cookies.rb:341:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/query_cache.rb:64:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/reloader.rb:65:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:32:in `call_app'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/tagged_logging.rb:22:in `tagged'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/methodoverride.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/runtime.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/lock.rb:15:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/static.rb:62:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/engine.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/application.rb:223:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/railtie/configurable.rb:30:in `method_missing'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'
!!! result:: "[]"

  Rendered text template (0.0ms)
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:03:16 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}, {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>2}], "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}

!!! Netzke: Error invoking endpoint: endpoints whats_up [nil] 1

Blah
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/endpoints.rb:29:in `block in <class:Endpoints>'
/Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:55:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:10:in `block in direct'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `each'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `direct'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:167:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rendering.rb:10:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rescue.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `block in instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:121:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/rendering.rb:45:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:203:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:246:in `block in action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:36:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:601:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/etag.rb:23:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/conditionalget.rb:35:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/flash.rb:242:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:210:in `context'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:205:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/cookies.rb:341:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/query_cache.rb:64:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/reloader.rb:65:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:32:in `call_app'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/tagged_logging.rb:22:in `tagged'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/methodoverride.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/runtime.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/lock.rb:15:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/static.rb:62:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/engine.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/application.rb:223:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/railtie/configurable.rb:30:in `method_missing'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'
!!! result:: "[]"

  Rendered text template (0.0ms)
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:03:16 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}, {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>2}], "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}

!!! Netzke: Error invoking endpoint: endpoints whats_up [nil] 1

Blah
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/endpoints.rb:29:in `block in <class:Endpoints>'
/Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:55:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:10:in `block in direct'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `each'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `direct'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:167:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rendering.rb:10:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rescue.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `block in instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:121:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/rendering.rb:45:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:203:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:246:in `block in action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:36:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:601:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/etag.rb:23:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/conditionalget.rb:35:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/flash.rb:242:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:210:in `context'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:205:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/cookies.rb:341:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/query_cache.rb:64:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/reloader.rb:65:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:32:in `call_app'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/tagged_logging.rb:22:in `tagged'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/methodoverride.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/runtime.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/lock.rb:15:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/static.rb:62:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/engine.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/application.rb:223:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/railtie/configurable.rb:30:in `method_missing'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'
!!! result:: "[]"

  Rendered text template (0.0ms)
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:03:27 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>3}, {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>4}], "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>3}

!!! Netzke: Error invoking endpoint: endpoints whats_up [nil] 3

Blah
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/endpoints.rb:29:in `block in <class:Endpoints>'
/Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:55:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:10:in `block in direct'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `each'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `direct'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:167:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rendering.rb:10:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rescue.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `block in instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:121:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/rendering.rb:45:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:203:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:246:in `block in action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:36:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:601:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/etag.rb:23:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/conditionalget.rb:35:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/flash.rb:242:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:210:in `context'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:205:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/cookies.rb:341:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/query_cache.rb:64:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/reloader.rb:65:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:32:in `call_app'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/tagged_logging.rb:22:in `tagged'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/methodoverride.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/runtime.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/lock.rb:15:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/static.rb:62:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/engine.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/application.rb:223:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/railtie/configurable.rb:30:in `method_missing'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'
!!! result:: "[]"

  Rendered text template (0.0ms)
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:03:27 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>3}, {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>4}], "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>3}

!!! Netzke: Error invoking endpoint: endpoints whats_up [nil] 3

Blah
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/endpoints.rb:29:in `block in <class:Endpoints>'
/Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:55:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:10:in `block in direct'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `each'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `direct'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:167:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rendering.rb:10:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rescue.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `block in instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:121:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/rendering.rb:45:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:203:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:246:in `block in action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:36:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:601:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/etag.rb:23:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/conditionalget.rb:35:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/flash.rb:242:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:210:in `context'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:205:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/cookies.rb:341:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/query_cache.rb:64:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/reloader.rb:65:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:32:in `call_app'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/tagged_logging.rb:22:in `tagged'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/methodoverride.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/runtime.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/lock.rb:15:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/static.rb:62:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/engine.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/application.rb:223:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/railtie/configurable.rb:30:in `method_missing'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'
!!! result:: "[]"

  Rendered text template (0.0ms)
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:03:27 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>3}, {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>4}], "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>3}

!!! Netzke: Error invoking endpoint: endpoints whats_up [nil] 3

Blah
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/endpoints.rb:29:in `block in <class:Endpoints>'
/Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:55:in `invoke_endpoint'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:10:in `block in direct'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `each'
/Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:7:in `direct'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:167:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rendering.rb:10:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rescue.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `block in instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/notifications.rb:123:in `instrument'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/base.rb:121:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/abstract_controller/rendering.rb:45:in `process'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:203:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_controller/metal.rb:246:in `block in action'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:36:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb:601:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/etag.rb:23:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/conditionalget.rb:35:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/flash.rb:242:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:210:in `context'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/session/abstract/id.rb:205:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/cookies.rb:341:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/query_cache.rb:64:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/reloader.rb:65:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:32:in `call_app'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `block in call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/tagged_logging.rb:22:in `tagged'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/rack/logger.rb:16:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/methodoverride.rb:21:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/runtime.rb:17:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rack-1.4.4/lib/rack/lock.rb:15:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/static.rb:62:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/engine.rb:479:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/application.rb:223:in `call'
/Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.11/lib/rails/railtie/configurable.rb:30:in `method_missing'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
/Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'
!!! result:: "[]"

  Rendered text template (0.0ms)
Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-18 09:03:33 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.4ms)
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 09:03:33 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 09:03:33 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Processing by NetzkeController#ext as CSS
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:03:37 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

Completed 500 Internal Server Error in 0ms

RuntimeError (Blah):
  app/components/endpoints.rb:29:in `block in <class:Endpoints>'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:55:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:03:37 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

Completed 500 Internal Server Error in 1ms

RuntimeError (Blah):
  app/components/endpoints.rb:29:in `block in <class:Endpoints>'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:55:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:03:37 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

Completed 500 Internal Server Error in 0ms

RuntimeError (Blah):
  app/components/endpoints.rb:29:in `block in <class:Endpoints>'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:55:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:21:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2926645208463903869__process_action__1072461568299293415__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4007514336062141648__call__2843651188775429789__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.3ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-18 09:06:43 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (46.5ms)
Completed 200 OK in 66ms (Views: 65.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 09:06:43 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 09:06:45 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:06:47 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}, {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>2}], "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}

!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>2}

Completed 500 Internal Server Error in 4ms

NameError (undefined local variable or method `error' for #<NetzkeController:0x007f921e8f91b8>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:13:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3689012267827212676__process_action__1437830737649734133__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4456042018840997153__call__1865505935955802939__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.6ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:06:47 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}, {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>2}], "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}

!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>2}

Completed 500 Internal Server Error in 2ms

NameError (undefined local variable or method `error' for #<NetzkeController:0x007f921e98f410>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:13:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3689012267827212676__process_action__1437830737649734133__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4456042018840997153__call__1865505935955802939__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.3ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:06:47 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}, {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>2}], "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}

!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>2}

Completed 500 Internal Server Error in 2ms

NameError (undefined local variable or method `error' for #<NetzkeController:0x007f921c690590>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:13:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3689012267827212676__process_action__1437830737649734133__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4456042018840997153__call__1865505935955802939__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.6ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-18 09:07:09 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (32.5ms)
Completed 200 OK in 37ms (Views: 36.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 09:07:09 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 09:07:09 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:07:11 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}, {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>2}], "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}

!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>2}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:07:12 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>3}, {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>4}], "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>3}

!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>4}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-18 09:07:26 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.4ms)
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 09:07:27 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 09:07:27 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:07:28 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}, {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>2}], "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}

!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>2}

!!! result:: nil

  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:08:02 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>3}, {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>4}], "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>3}

!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>4}

!!! result:: ["{\"type\":\"rpc\",\"tid\":3,\"action\":\"endpoints\",\"method\":\"whats_up\",\"result\":{\"setTitle\":[\"Response from server\"]}}", "{\"type\":\"rpc\",\"tid\":4,\"action\":\"endpoints\",\"method\":\"whats_up\",\"result\":{\"setTitle\":[\"Response from server\"]}}"]

  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1361149682706" for 127.0.0.1 at 2013-02-18 09:08:02 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.11) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4456042018840997153__call__1865505935955802939__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-18 09:08:40 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (31.5ms)
Completed 200 OK in 43ms (Views: 42.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 09:08:40 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 09:08:42 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 31ms (Views: 28.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:08:44 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

!!! result:: "{\"type\":\"rpc\",\"tid\":1,\"action\":\"endpoints\",\"method\":\"no_response\",\"result\":{}}"

  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:08:47 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

!!! result:: "{\"type\":\"rpc\",\"tid\":2,\"action\":\"endpoints\",\"method\":\"multiple_arguments\",\"result\":{\"takeTwoArguments\":[\"First argument\",\"Second argument\"]}}"

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:08:49 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>3}, {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>4}], "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>3}

!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>4}

!!! result:: ["{\"type\":\"rpc\",\"tid\":3,\"action\":\"endpoints\",\"method\":\"whats_up\",\"result\":{\"setTitle\":[\"Response from server\"]}}", "{\"type\":\"rpc\",\"tid\":4,\"action\":\"endpoints\",\"method\":\"whats_up\",\"result\":{\"setTitle\":[\"Response from server\"]}}"]

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1361149729160" for 127.0.0.1 at 2013-02-18 09:08:49 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.11) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2163796039146460614__call__807013131389169677__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-18 09:10:16 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.0ms)
Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 09:10:16 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 09:10:16 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 42ms (Views: 38.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:10:18 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

!!! result:: {:type=>"rpc", :tid=>1, :action=>"endpoints", :method=>"no_response", :result=>{}}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:10:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

Completed 500 Internal Server Error in 1ms

TypeError (can't convert Hash into String):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:58:in `initialize'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:58:in `new'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:58:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:10:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1313795261754067606__process_action__2527883124170456592__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2163796039146460614__call__807013131389169677__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:10:20 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

Completed 500 Internal Server Error in 0ms

TypeError (can't convert Hash into String):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:58:in `initialize'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:58:in `new'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:58:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:10:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1313795261754067606__process_action__2527883124170456592__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2163796039146460614__call__807013131389169677__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.7ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:10:20 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

Completed 500 Internal Server Error in 1ms

TypeError (can't convert Hash into String):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:58:in `initialize'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:58:in `new'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:58:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:10:in `direct'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1313795261754067606__process_action__2527883124170456592__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2163796039146460614__call__807013131389169677__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.7ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-18 09:11:17 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 09:11:17 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 09:11:17 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:11:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

!!! result:: {:type=>"rpc", :tid=>1, :action=>"endpoints", :method=>"no_response", :result=>{}}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:11:19 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas=", "controller"=>"netzke", "action"=>"direct"}

!!! result:: {:type=>"rpc", :tid=>2, :action=>"endpoints", :method=>"multiple_arguments", :result=>"{\"takeTwoArguments\":[\"First argument\",\"Second argument\"]}"}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:11:20 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>3}, {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>4}], "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>3}

!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>4}

!!! result:: [{:type=>"rpc", :tid=>3, :action=>"endpoints", :method=>"whats_up", :result=>"{\"setTitle\":[\"Response from server\"]}"}, {:type=>"rpc", :tid=>4, :action=>"endpoints", :method=>"whats_up", :result=>"{\"setTitle\":[\"Response from server\"]}"}]

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-18 09:12:36 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.9ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 09:12:36 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 09:12:36 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas%3D" for 127.0.0.1 at 2013-02-18 09:12:38 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"_json"=>[{"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}, {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>2}], "authenticity_token"=>"Nzz8Tff1QYbHFTXAn8ihlZMnyqOQKaE0qC9bfUoctas="}
!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>1}

!!! params:: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>[nil], "type"=>"rpc", "tid"=>2}

  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Actions" for 127.0.0.1 at 2013-02-18 22:27:21 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Actions"}
  Rendered inline template within layouts/application (22.7ms)
Completed 200 OK in 51ms (Views: 50.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 22:27:22 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 3.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 22:27:24 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 25ms (Views: 22.1ms | ActiveRecord: 0.0ms)


Started GET "/components/Actions" for 127.0.0.1 at 2013-02-18 22:27:39 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Actions"}
!!! a.name:: nil

  Rendered inline template within layouts/application (10.5ms)
Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 22:27:39 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 22:27:39 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Actions" for 127.0.0.1 at 2013-02-18 22:28:13 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Actions"}
!!! a.name:: "another_action"

  Rendered inline template within layouts/application (21.2ms)
Completed 200 OK in 55ms (Views: 54.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-18 22:28:14 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-18 22:28:16 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 26ms (Views: 24.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-23 08:54:08 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (26.6ms)
Completed 200 OK in 41ms (Views: 40.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-23 08:54:08 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-23 08:54:08 +0800
Compiled mocha/mocha.css  (0ms)  (pid 97065)
Served asset /mocha/mocha.css - 304 Not Modified (41ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-23 08:54:08 +0800
Compiled mocha/mocha.js  (1ms)  (pid 97065)
Served asset /mocha/mocha.js - 200 OK (1284ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-23 08:54:10 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-23 08:54:10 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 192ms (Views: 1.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-23 08:54:11 +0800
Connecting to database specified by database.yml
Compiled expect/expect.js  (0ms)  (pid 97178)
Served asset /expect/expect.js - 304 Not Modified (524ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-23 08:54:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 150ms (Views: 13.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-23 08:54:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 138ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-23 08:54:12 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 132ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 08:54:12 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 08:54:12 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 08:54:12 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 08:54:13 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 08:54:13 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 08:54:13 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-23 09:38:36 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (38.9ms)
Completed 200 OK in 53ms (Views: 52.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-23 09:38:37 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-23 09:38:37 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-23 09:38:37 +0800
Compiled mocha/mocha.css  (1ms)  (pid 99322)
Served asset /mocha/mocha.css - 304 Not Modified (12ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-23 09:38:37 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 237ms (Views: 1.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-23 09:38:37 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 191ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-23 09:38:39 +0800
Connecting to database specified by database.yml
Compiled expect/expect.js  (0ms)  (pid 99425)
Served asset /expect/expect.js - 304 Not Modified (543ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-23 09:38:40 +0800
Compiled mocha/mocha.js  (2ms)  (pid 99425)
Served asset /mocha/mocha.js - 200 OK (877ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-23 09:38:41 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 158ms (Views: 14.1ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-23 09:38:41 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 143ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:38:41 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:38:41 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:38:42 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:38:42 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:38:42 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:38:42 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-23 09:38:59 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.3ms)
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-23 09:38:59 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-23 09:38:59 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-23 09:38:59 +0800
Processing by NetzkeController#ext as JS
Served asset /mocha/mocha.js - 304 Not Modified (5ms)
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-23 09:38:59 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-23 09:38:59 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-23 09:38:59 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-23 09:38:59 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 186ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-23 09:39:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 209ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-23 09:39:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 176ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 158ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:39:00 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:39:00 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:39:00 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:39:00 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:39:00 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:39:00 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-23 09:40:57 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.1ms)
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-23 09:40:57 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-23 09:40:57 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-23 09:40:57 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-23 09:40:57 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-23 09:40:57 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-23 09:40:57 +0800


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-23 09:40:57 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 210ms (Views: 2.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-23 09:40:57 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 214ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-23 09:40:57 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 209ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 179ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:40:58 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:40:58 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:40:58 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:40:58 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:40:58 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:40:58 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-23 09:41:24 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (31.6ms)
Completed 200 OK in 42ms (Views: 42.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-23 09:41:24 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-23 09:41:24 +0800
Served asset /mocha/mocha.js - 304 Not Modified (4ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-23 09:41:24 +0800
Served asset /mocha/mocha.css - 304 Not Modified (2ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-23 09:41:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 206ms (Views: 1.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-23 09:41:24 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 131ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-23 09:41:26 +0800
Connecting to database specified by database.yml
Served asset /expect/expect.js - 304 Not Modified (2ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-23 09:41:27 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 26ms (Views: 7.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-23 09:41:27 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 147ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-23 09:41:27 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 146ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:41:27 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:41:27 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:41:27 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:41:27 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:41:27 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 09:41:27 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 13:59:22 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (24.6ms)
Completed 500 Internal Server Error in 34ms

ActionView::Template::Error (uninitialized constant CenterPanel):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/component_config.rb:9:in `set_defaults!'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:145:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:142:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:142:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:142:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:156:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:198:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__4494183890928895887_70325113338240'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2003693727319224382__process_action__4022518797063815372__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__961503443937239417__call__324632788963018345__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:03:27 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (7.0ms)
Completed 500 Internal Server Error in 30ms

ActionView::Template::Error (undefined method `block?' for Composition:Class):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:15:in `block in implements_dsl_declarations'
  app/components/composition.rb:59:in `<class:Composition>'
  app/components/composition.rb:1:in `<top (required)>'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.11) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.11) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:79:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___1634196368832208625_70365839894540'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3581165513323229907__process_action__977291275126326154__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1094146673340187640__call__3605548190344973672__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.4ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:03:37 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (38.9ms)
Completed 500 Internal Server Error in 47ms

ActionView::Template::Error (undefined method `center_panel_component' for #<Endpoints:0x007fa90c0d1008>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:144:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:142:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:142:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:142:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:156:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:198:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `block in dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:198:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:198:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__397906747478401753_70182013861720'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1539602109096502178__process_action__4078381495459897276__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1693799497931769489__call__2662389398428845922__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:07:21 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (16.7ms)
Completed 500 Internal Server Error in 24ms

ActionView::Template::Error (undefined method `center_panel_component' for #<Endpoints:0x007fd55128f180>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:144:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:142:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:142:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:142:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:156:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:198:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `block in dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:198:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:198:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___1534143986790609974_70277089382760'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3705894887635116307__process_action__3023931613624305480__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2807334729138750507__call__1321532514882217733__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (17.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (24.7ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:09:29 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (1.8ms)
Completed 500 Internal Server Error in 3ms

ActionView::Template::Error (undefined method `center_panel_component' for #<Endpoints:0x007fd555003688>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:144:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:142:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:142:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:142:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:156:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:198:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `block in dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:198:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:198:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___1534143986790609974_70277084513540'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3705894887635116307__process_action__3023931613624305480__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2807334729138750507__call__1321532514882217733__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:09:36 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :array_as_argument_action, :array_as_argument_endpoint, :as_json, :blank?, :breakpoint, :callback_and_scope_action, :capture, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :do_nothing_endpoint, :dup, :duplicable?, :eagerly_loaded_components, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :get_answer_endpoint, :hash, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :multiple_arguments_action, :multiple_arguments_endpoint, :name, :nil?, :no_response_action, :no_response_endpoint, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :return_value_action, :send, :session, :session=, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :whats_up_endpoint, :with_options, :with_response_action, :with_warnings]

  Rendered inline template within layouts/application (24.4ms)
Completed 500 Internal Server Error in 48ms

ActionView::Template::Error (undefined method `center_panel_component' for #<Endpoints:0x007f838c5365d0>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:145:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:157:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:200:in `block in dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__3102169136694079507_70101484794180'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1813027394747461237__process_action__911425997178614268__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3852297596679468763__call__732877461425436508__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:09:42 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :array_as_argument_action, :array_as_argument_endpoint, :as_json, :blank?, :breakpoint, :callback_and_scope_action, :capture, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :do_nothing_endpoint, :dup, :duplicable?, :eagerly_loaded_components, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :get_answer_endpoint, :hash, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :multiple_arguments_action, :multiple_arguments_endpoint, :name, :nil?, :no_response_action, :no_response_endpoint, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :return_value_action, :send, :session, :session=, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :whats_up_endpoint, :with_options, :with_response_action, :with_warnings]

  Rendered inline template within layouts/application (4.9ms)
Completed 500 Internal Server Error in 6ms

ActionView::Template::Error (undefined method `center_panel_component' for #<Endpoints:0x007f838ca18648>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:145:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:157:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:200:in `block in dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__3102169136694079507_70101466117060'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1813027394747461237__process_action__911425997178614268__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3852297596679468763__call__732877461425436508__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:11:43 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :array_as_argument_action, :array_as_argument_endpoint, :as_json, :blank?, :breakpoint, :callback_and_scope_action, :capture, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :do_nothing_endpoint, :dup, :duplicable?, :eagerly_loaded_components, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :get_answer_endpoint, :hash, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :multiple_arguments_action, :multiple_arguments_endpoint, :name, :nil?, :no_response_action, :no_response_endpoint, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :return_value_action, :send, :session, :session=, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :whats_up_endpoint, :with_options, :with_response_action, :with_warnings]

  Rendered inline template within layouts/application (21.0ms)
Completed 500 Internal Server Error in 26ms

ActionView::Template::Error (undefined method `center_panel_component' for #<Endpoints:0x007f838c4d0258>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:145:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:157:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:200:in `block in dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__3102169136694079507_70101485156040'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1813027394747461237__process_action__911425997178614268__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3852297596679468763__call__732877461425436508__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (32.9ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:11:59 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
!!! js_id:: :composition

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! js_id:: :composition

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! js_id:: :composition

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! js_id:: :composition

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! js_id:: "composition__center_panel"

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :array_as_argument_action, :array_as_argument_endpoint, :as_json, :blank?, :breakpoint, :callback_and_scope_action, :capture, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :do_nothing_endpoint, :dup, :duplicable?, :eagerly_loaded_components, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :get_answer_endpoint, :hash, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :multiple_arguments_action, :multiple_arguments_endpoint, :name, :nil?, :no_response_action, :no_response_endpoint, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :return_value_action, :send, :session, :session=, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :whats_up_endpoint, :with_options, :with_response_action, :with_warnings]

  Rendered inline template within layouts/application (88.0ms)
Completed 500 Internal Server Error in 153ms

ActionView::Template::Error (undefined method `center_panel_component' for #<Endpoints:0x007f9ed5303c40>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:146:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:144:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:144:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:144:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:158:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:200:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:201:in `block in dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:200:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:200:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__3813227728297762534_70160078066180'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1255715066665809361__process_action__1232476707066195001__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__978797982218186372__call__2082852943153046428__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (29.6ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:12:07 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
!!! js_id:: :composition

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! js_id:: :composition

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! js_id:: :composition

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! js_id:: :composition

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! js_id:: "composition__center_panel"

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :array_as_argument_action, :array_as_argument_endpoint, :as_json, :blank?, :breakpoint, :callback_and_scope_action, :capture, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :do_nothing_endpoint, :dup, :duplicable?, :eagerly_loaded_components, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :get_answer_endpoint, :hash, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :multiple_arguments_action, :multiple_arguments_endpoint, :name, :nil?, :no_response_action, :no_response_endpoint, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :return_value_action, :send, :session, :session=, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :whats_up_endpoint, :with_options, :with_response_action, :with_warnings]

  Rendered inline template within layouts/application (91.0ms)
Completed 500 Internal Server Error in 165ms

ActionView::Template::Error (undefined method `center_panel_component' for #<Endpoints:0x007fb92b416bd0>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:146:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:144:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:144:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:144:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:158:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:200:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:201:in `block in dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:200:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:200:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__3887529213875334663_70216634645100'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__937746513949849865__process_action__2033969182707460726__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3644447831164981514__call__97772200219026887__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (4.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (31.5ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:17:10 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (6.5ms)
Completed 500 Internal Server Error in 31ms

ActionView::Template::Error (undefined local variable or method `storage_attribute' for Composition:Class):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:13:in `block in implements_dsl_declarations'
  app/components/composition.rb:59:in `<class:Composition>'
  app/components/composition.rb:1:in `<top (required)>'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.11) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.11) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:79:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___3311462225545999579_70155776602680'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2783812246644240567__process_action__2033819556543201808__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__3368897754369519185__call__826194093839397624__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.7ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:17:20 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
!!! js_id:: :composition

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! js_id:: :composition

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! js_id:: :composition

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! js_id:: :composition

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! js_id:: "composition__center_panel"

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :array_as_argument_action, :array_as_argument_endpoint, :as_json, :blank?, :breakpoint, :callback_and_scope_action, :capture, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :do_nothing_endpoint, :dup, :duplicable?, :eagerly_loaded_components, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :get_answer_endpoint, :hash, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :multiple_arguments_action, :multiple_arguments_endpoint, :name, :nil?, :no_response_action, :no_response_endpoint, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :return_value_action, :send, :session, :session=, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :whats_up_endpoint, :with_options, :with_response_action, :with_warnings]

  Rendered inline template within layouts/application (20.7ms)
Completed 500 Internal Server Error in 44ms

ActionView::Template::Error (undefined method `center_panel_component' for #<Endpoints:0x007fd1d3353958>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:145:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:157:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:200:in `block in dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__2905223244154400417_70269582840680'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__469365675885719048__process_action__1119606763036097376__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4174620741687168972__call__4606762293636338266__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:18:28 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
!!! js_id:: :composition

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! js_id:: :composition

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! js_id:: :composition

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! js_id:: :composition

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :as_json, :blank?, :breakpoint, :capture, :center_panel_component, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :dup, :duplicable?, :eagerly_loaded_components, :east_center_panel_component, :east_south_panel_component, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :hash, :hidden_window_component, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :name, :nil?, :north_panel_component, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :send, :session, :session=, :show_hidden_window_action, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :update_center_panel_action, :update_east_south_endpoint, :update_east_south_from_server_action, :update_west_endpoint, :update_west_from_server_action, :update_west_panel_action, :west_panel_component, :with_options, :with_warnings]

!!! js_id:: "composition__center_panel"

!!! self.methods.sort:: [:!, :!=, :!~, :<=>, :==, :===, :=~, :__id__, :__send__, :`, :actions, :acts_like?, :array_as_argument_action, :array_as_argument_endpoint, :as_json, :blank?, :breakpoint, :callback_and_scope_action, :capture, :class, :class_eval, :clone, :component_instance, :component_missing, :component_session, :components, :components_in_config, :config, :configure, :controller, :controller=, :css_included_files, :css_included_files=, :css_included_files?, :css_missing_code, :debugger, :default_instance_config, :default_instance_config=, :default_instance_config?, :define_singleton_method, :deliver_component_endpoint, :dependency_classes, :display, :do_nothing_endpoint, :dup, :duplicable?, :eagerly_loaded_components, :enable_warnings, :endpoints, :endpoints=, :endpoints?, :enum_for, :eql?, :equal?, :extend, :extend_item, :freeze, :frozen?, :gem, :get_answer_endpoint, :hash, :html_safe?, :i18n_id, :in?, :initialize_clone, :initialize_dup, :inspect, :instance_eval, :instance_exec, :instance_of?, :instance_values, :instance_variable_defined?, :instance_variable_get, :instance_variable_names, :instance_variable_set, :instance_variables, :invoke_endpoint, :is_a?, :js_component_html, :js_component_instance, :js_component_render, :js_components, :js_config, :js_configure, :js_id, :js_id_by_reference, :js_missing_code, :kind_of?, :load, :load_dependency, :logger, :logger=, :method, :methods, :multiple_arguments_action, :multiple_arguments_endpoint, :name, :nil?, :no_response_action, :no_response_endpoint, :object_id, :parent, :persistence_key, :plugins, :presence, :present?, :private_methods, :protected_methods, :psych_to_yaml, :psych_y, :public_method, :public_methods, :public_send, :quietly, :registered_actions, :registered_actions=, :registered_actions?, :registered_components, :registered_components=, :registered_components?, :registered_plugins, :registered_plugins=, :registered_plugins?, :require, :require_association, :require_dependency, :require_or_load, :respond_to?, :respond_to_missing?, :return_value_action, :send, :session, :session=, :silence, :silence_stderr, :silence_stream, :silence_warnings, :singleton_class, :singleton_methods, :state, :suppress, :suppress_warnings, :taint, :tainted?, :tap, :to_enum, :to_json, :to_param, :to_query, :to_s, :to_yaml, :to_yaml_properties, :trust, :try, :unloadable, :untaint, :untrust, :untrusted?, :whats_up_endpoint, :with_options, :with_response_action, :with_warnings]

  Rendered inline template within layouts/application (23.2ms)
Completed 500 Internal Server Error in 48ms

ActionView::Template::Error (undefined method `center_panel_component' for #<Endpoints:0x007f8ed300ccd8>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:145:in `block in components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:143:in `components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:157:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:200:in `block in dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:199:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___1232791901682052042_70125719739540'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4508715918360150881__process_action__3499253042482614928__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__787765943293449558__call__2398244095613076397__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:18:34 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (32.3ms)
Completed 200 OK in 59ms (Views: 58.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-23 14:18:34 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-23 14:18:36 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:25:05 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (8.0ms)
Completed 500 Internal Server Error in 33ms

ActionView::Template::Error (undefined method `registered_components' for Composition:Class):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:128:in `component'
  app/components/composition.rb:59:in `<class:Composition>'
  app/components/composition.rb:1:in `<top (required)>'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.11) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.11) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:79:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template__336595820230144972_70257834652820'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__357111034384785829__process_action__83227565243525723__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__488919698376368249__call__2660629004643142084__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:25:18 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (58.5ms)
Completed 200 OK in 67ms (Views: 66.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-23 14:25:18 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-23 14:25:20 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 28ms (Views: 25.7ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:29:31 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (36.0ms)
Completed 200 OK in 62ms (Views: 61.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-23 14:29:32 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-23 14:29:34 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 14:31:27 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (44.7ms)
Completed 200 OK in 71ms (Views: 70.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-23 14:31:28 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 25ms (Views: 2.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-23 14:31:29 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml


Started GET "/components/DynamicLoading" for 127.0.0.1 at 2013-02-23 14:52:19 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"DynamicLoading"}
  Rendered inline template within layouts/application (47.6ms)
Completed 200 OK in 59ms (Views: 58.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-23 14:52:20 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-23 14:52:22 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 25ms (Views: 23.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 14:52:24 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"dynamic_loading", "method"=>"deliverComponent", "data"=>[{"name"=>"simple_component", "cache"=>"dynamicloading"}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 15:15:54 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (8.3ms)
Completed 500 Internal Server Error in 34ms

ActionView::Template::Error (wrong constant name Netzke::Core::ComponentConfig):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:32:in `const_get'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:32:in `block (2 levels) in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:31:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:31:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:31:in `block in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__224749634378474536_70321266059360'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2124391636441991569__process_action__2148982921492073650__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__411676923119556914__call__244012483731508763__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.8ms)
Connecting to database specified by database.yml


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 15:17:26 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (23.6ms)
Completed 500 Internal Server Error in 31ms

ActionView::Template::Error (undefined method `center_panel_component)' for #<Composition:0x007fbddea1bc08>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:33:in `block (2 levels) in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:31:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:31:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:31:in `block in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___2729524775889769241_70226730266640'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3837322530739600395__process_action__4221245518623663077__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1235270945480813240__call__1980930043626926620__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.1ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 15:17:45 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (24.1ms)
Completed 500 Internal Server Error in 50ms

ActionView::Template::Error (can't convert Symbol into Integer):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `[]'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `block in eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `select'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___510326464187503121_70112761359160'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3324744286840536849__process_action__3929773948497694097__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1122465109780097852__call__974540679820727123__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 15:18:36 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (38.9ms)
Completed 200 OK in 64ms (Views: 63.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-23 15:18:36 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-23 15:18:38 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 15:35:13 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (21.1ms)
Completed 500 Internal Server Error in 49ms

ActionView::Template::Error (wrong number of arguments (1 for 2)):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/action_config.rb:12:in `initialize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:52:in `new'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:52:in `block (2 levels) in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:51:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:51:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:51:in `block in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:230:in `extend_item'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:263:in `block (2 levels) in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `call'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `block in netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:263:in `block in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:260:in `each_pair'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:260:in `normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:160:in `components_in_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `block in eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `select'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___589696116096617971_70285423149100'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__2776516944452775672__process_action__4218101469544474630__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__394544623939166102__call__304871360931601238__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 15:36:01 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (7.5ms)
Completed 500 Internal Server Error in 31ms

ActionView::Template::Error (wrong number of arguments (2 for 1)):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/component_config.rb:3:in `initialize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:52:in `new'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:52:in `block (2 levels) in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:51:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:51:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:51:in `block in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__926974091724361103_70338780924960'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3945738108411662981__process_action__3110960630172454139__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2737809007176948435__call__3026686481865342194__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-23 15:36:57 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (39.1ms)
Completed 200 OK in 66ms (Views: 65.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-23 15:36:57 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-23 15:36:59 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)


Started GET "/components/JsInclusionExtended" for 127.0.0.1 at 2013-02-23 15:39:37 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"JsInclusionExtended"}
  Rendered inline template within layouts/application (7.4ms)
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-23 15:39:37 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-23 15:39:37 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Processing by NetzkeController#ext as CSS
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-23 15:39:51 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-23 15:39:52 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-23 15:39:52 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 15:39:54 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-23 15:39:54 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/JsInclusionExtended" for 127.0.0.1 at 2013-02-23 15:40:35 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"JsInclusionExtended"}
  Rendered inline template within layouts/application (1.7ms)
Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-23 15:40:35 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-23 15:40:35 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/JsInclusion" for 127.0.0.1 at 2013-02-23 15:40:45 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"JsInclusion"}
  Rendered inline template within layouts/application (2.9ms)
Completed 200 OK in 5ms (Views: 5.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-23 15:40:45 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-23 15:40:45 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml


Started GET "/components/Plugins" for 127.0.0.1 at 2013-02-23 16:44:24 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Plugins"}
  Rendered inline template within layouts/application (6.9ms)
Completed 500 Internal Server Error in 17ms

ActionView::Template::Error (undefined method `component' for Plugins:Class):
    1: <%= netzke :plugins, :class_name => 'Plugins', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/plugins.rb:15:in `plugin'
  app/components/plugins.rb:2:in `<class:Plugins>'
  app/components/plugins.rb:1:in `<top (required)>'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.11) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.11) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:79:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___3025098351435659759_70215843514500'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__1698501212857273257__process_action__3441783807555153514__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__945783114759413561__call__1662897716305722666__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.0ms)


Started GET "/components/Plugins" for 127.0.0.1 at 2013-02-25 15:26:37 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Plugins"}
  Rendered inline template within layouts/application (16.7ms)
Completed 500 Internal Server Error in 52ms

ActionView::Template::Error (undefined method `simple_window_component' for #<Plugins:0x007fcb7534ac18>):
    1: <%= netzke :plugins, :class_name => 'Plugins', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:65:in `block (2 levels) in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `block in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__1164360020292383254_70255910839360'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__985830220831065093__process_action__1026055406928329622__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4555168809993578662__call__2074317825202715379__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-25 15:26:39 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (22.4ms)
Completed 200 OK in 48ms (Views: 47.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 15:26:40 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 15:26:40 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 3.5ms | ActiveRecord: 0.0ms)
Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.0ms)


Started GET "/components/EndpointsExtended" for 127.0.0.1 at 2013-02-25 15:26:57 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"EndpointsExtended"}
  Rendered inline template within layouts/application (20.3ms)
Completed 500 Internal Server Error in 22ms

ActionView::Template::Error (undefined method `plugin_with_actions_component' for #<EndpointsExtended:0x007fcb741893d0>):
    1: <%= netzke :endpoints_extended, :class_name => 'EndpointsExtended', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:65:in `block (2 levels) in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `block in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__1164360020292383254_70255884600040'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__985830220831065093__process_action__1026055406928329622__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4555168809993578662__call__2074317825202715379__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms)


Started GET "/components/EndpointsExtended" for 127.0.0.1 at 2013-02-25 15:27:04 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"EndpointsExtended"}
  Rendered inline template within layouts/application (16.3ms)
Completed 200 OK in 41ms (Views: 40.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 15:27:04 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 15:27:06 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 25ms (Views: 6.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=oig%2B7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU%3D" for 127.0.0.1 at 2013-02-25 15:27:27 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints_extended", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"oig+7lrIwBCKkcWJ1gZxM8Lb2FMRMZ5CyTs6Orlo4GU="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-25 15:27:33 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (24.2ms)
Completed 200 OK in 27ms (Views: 26.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 15:27:33 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 15:27:33 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/EndpointsExtended" for 127.0.0.1 at 2013-02-25 15:27:37 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"EndpointsExtended"}
  Rendered inline template within layouts/application (5.5ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 15:27:37 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 15:27:37 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-25 15:27:40 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 15:27:40 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 15:27:40 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-25 15:27:44 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (19.8ms)
Completed 200 OK in 44ms (Views: 43.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 15:27:44 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 15:27:46 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms)


Started GET "/components/EndpointsExtended" for 127.0.0.1 at 2013-02-25 15:27:49 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"EndpointsExtended"}
  Rendered inline template within layouts/application (8.2ms)
Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 15:27:49 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 15:27:49 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-25 15:28:21 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (47.6ms)
Completed 500 Internal Server Error in 49ms

ActionView::Template::Error (undefined method `with_response_action' for #<Composition:0x007f860526ce00>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:65:in `block (2 levels) in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `block in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:230:in `extend_item'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:263:in `block (2 levels) in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `call'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `block in netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:263:in `block in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:260:in `each_pair'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:260:in `normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:160:in `components_in_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `block in eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `select'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___1959378049070376864_70106794145480'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__830543150959359788__process_action__3878938881559468299__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2455591088760287791__call__2647890634213716912__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-25 15:30:13 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (18.7ms)
Completed 500 Internal Server Error in 41ms

ActionView::Template::Error (undefined method `with_response_action' for #<Composition:0x007fb1f3e85790>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:65:in `block (2 levels) in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `block in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:230:in `extend_item'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:263:in `block (2 levels) in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `call'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `block in netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:263:in `block in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:260:in `each_pair'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:260:in `normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:160:in `components_in_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `block in eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `select'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___1233822801291099517_70201150194960'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3952497757975188892__process_action__1130774998399642943__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__884050407040930769__call__824411694689824010__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-25 15:32:12 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
!!! name:: :center_panel

!!! name:: :west_panel

!!! name:: :north_panel

!!! name:: :east_center_panel

!!! name:: :east_south_panel

!!! name:: :hidden_window

!!! name:: :update_center_panel

!!! name:: :update_west_panel

!!! name:: :update_west_from_server

!!! name:: :update_east_south_from_server

!!! name:: :show_hidden_window

!!! name:: :with_response

  Rendered inline template within layouts/application (24.5ms)
Completed 500 Internal Server Error in 51ms

ActionView::Template::Error (undefined method `with_response_action' for #<Composition:0x007ff2cad1c350>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:66:in `block (2 levels) in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `block in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:230:in `extend_item'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:263:in `block (2 levels) in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `call'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `block in netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:263:in `block in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:260:in `each_pair'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:260:in `normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:160:in `components_in_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `block in eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `select'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___2306528533017516685_70340380418680'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3243386965380484023__process_action__263492992111171305__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1420847511940231586__call__1619263393029169767__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.7ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-25 15:32:17 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
!!! name:: :center_panel

!!! name:: :west_panel

!!! name:: :north_panel

!!! name:: :east_center_panel

!!! name:: :east_south_panel

!!! name:: :hidden_window

!!! name:: :update_center_panel

!!! name:: :update_west_panel

!!! name:: :update_west_from_server

!!! name:: :update_east_south_from_server

!!! name:: :show_hidden_window

!!! name:: :with_response

  Rendered inline template within layouts/application (3.3ms)
Completed 500 Internal Server Error in 5ms

ActionView::Template::Error (undefined method `with_response_action' for #<Composition:0x007ff2c9c5c358>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:66:in `block (2 levels) in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `block in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:230:in `extend_item'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:263:in `block (2 levels) in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `call'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `block in netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:263:in `block in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:260:in `each_pair'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:260:in `normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:160:in `components_in_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `block in eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `select'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___2306528533017516685_70340371988480'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__3243386965380484023__process_action__263492992111171305__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1420847511940231586__call__1619263393029169767__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (18.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.1ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-25 15:33:37 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
!!! name:: :center_panel

!!! name:: :west_panel

!!! name:: :north_panel

!!! name:: :east_center_panel

!!! name:: :east_south_panel

!!! name:: :hidden_window

!!! name:: :update_center_panel

!!! name:: :update_west_panel

!!! name:: :update_west_from_server

!!! name:: :update_east_south_from_server

!!! name:: :show_hidden_window

!!! name:: :with_response

  Rendered inline template within layouts/application (20.6ms)
Completed 500 Internal Server Error in 48ms

ActionView::Template::Error (undefined method `with_response_action' for #<Composition:0x007f990c2815e8>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:66:in `block (2 levels) in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/support.rb:63:in `block in declare_dsl_for'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:230:in `extend_item'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:263:in `block (2 levels) in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `call'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `block in netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:263:in `block in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:260:in `each_pair'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:260:in `normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:160:in `components_in_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `block in eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `select'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:155:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:197:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:98:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___1370305805383040469_70147684929420'
  actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.11) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.11) lib/active_support/callbacks.rb:425:in `_run__4395568574423049275__process_action__3020135006538906794__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1393265847459744990__call__157958112287115270__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms)
Connecting to database specified by database.yml


Started GET "/components/Composition" for 127.0.0.1 at 2013-02-25 15:43:21 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (35.6ms)
Completed 200 OK in 62ms (Views: 61.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 15:43:22 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 29ms (Views: 4.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 15:43:24 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-02-25 22:19:08 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (63.1ms)
Completed 200 OK in 82ms (Views: 81.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:19:09 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:19:09 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 11ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:19:09 +0800
Compiled mocha/mocha.js  (2ms)  (pid 37516)
Served asset /mocha/mocha.js - 200 OK (1338ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:19:10 +0800
Compiled mocha/mocha.css  (0ms)  (pid 37516)
Served asset /mocha/mocha.css - 304 Not Modified (15ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-02-25 22:19:10 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 212ms (Views: 1.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:19:12 +0800
Connecting to database specified by database.yml
Compiled expect/expect.js  (0ms)  (pid 37618)
Served asset /expect/expect.js - 304 Not Modified (574ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:19:13 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 165ms (Views: 13.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:19:13 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 158ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:19:13 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 138ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-02-25 22:19:29 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (16.8ms)
Completed 200 OK in 22ms (Views: 22.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:19:29 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:19:29 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)




Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:19:29 +0800
Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:19:29 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 1.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:19:29 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:19:29 +0800


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:19:29 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 292ms (Views: 1.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)


Completed 200 OK in 299ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/specs/composition.js" for 127.0.0.1 at 2013-02-25 22:19:30 +0800


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:19:30 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 224ms (Views: 2.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 243ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition?spec=composition" for 127.0.0.1 at 2013-02-25 22:19:33 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"composition", "component"=>"Composition"}
  Rendered inline template within layouts/application (17.7ms)
Completed 200 OK in 24ms (Views: 23.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:19:33 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:19:33 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:19:33 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:19:33 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:19:33 +0800


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:19:33 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
Served asset /mocha/mocha.css - 304 Not Modified (93ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:19:33 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 379ms (Views: 1.1ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 281ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:19:33 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 194ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/composition.js" for 127.0.0.1 at 2013-02-25 22:19:34 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"composition"}
  Rendered text template (0.0ms)
Completed 200 OK in 146ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:19:51 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.4ms)
Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:19:51 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:19:51 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (9ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:19:51 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:19:51 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:19:51 +0800


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:19:51 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:19:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 287ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:19:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 290ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:19:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 207ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 231ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:19:56 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (39.7ms)
Completed 200 OK in 54ms (Views: 53.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:19:57 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:19:57 +0800
Served asset /expect/expect.js - 304 Not Modified (4ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:19:57 +0800
Served asset /mocha/mocha.css - 304 Not Modified (2ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:19:57 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 249ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:19:57 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 175ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:19:57 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 204ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:19:59 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:20:00 +0800
Served asset /mocha/mocha.js - 304 Not Modified (6ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:20:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 145ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:20:50 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (9.2ms)
Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:20:51 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:20:51 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 200 OK (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:20:51 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:20:51 +0800
Served asset /expect/expect.js - 304 Not Modified (7ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:20:51 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:20:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:20:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 314ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:20:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 329ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:20:51 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 196ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 231ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:21:00 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.5ms)
Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:21:00 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:21:00 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:21:00 +0800
Served asset /mocha/mocha.js - 304 Not Modified (39ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:21:00 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:21:00 +0800


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:21:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
Served asset /mocha/mocha.css - 304 Not Modified (4ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:21:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 211ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:21:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 223ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:21:00 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 296ms (Views: 1.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 259ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:21:36 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.6ms)
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:21:36 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:21:36 +0800
Served asset /expect/expect.js - 200 OK (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:21:36 +0800
Served asset /mocha/mocha.css - 200 OK (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:21:36 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:21:37 +0800


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:21:37 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 255ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:21:37 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 281ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:21:37 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 202ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 179ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:21:37 +0800
Served asset /mocha/mocha.js - 200 OK (0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:21:41 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.4ms)
Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.0ms)




Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:21:42 +0800
Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:21:42 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:21:42 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:21:42 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:21:42 +0800


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:21:42 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:21:42 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 201ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:21:42 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 207ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:21:42 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 177ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 218ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:21:57 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (7.9ms)
Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:21:57 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:21:57 +0800
Processing by NetzkeController#ext as CSS
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:21:57 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 524ms (Views: 5.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:21:58 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:21:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 536ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:21:58 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:21:58 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:21:58 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 213ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:21:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 153ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:22:40 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.3ms)
Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:22:40 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:22:40 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:22:40 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:22:40 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:22:40 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:22:40 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:22:40 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 228ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:22:40 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 267ms (Views: 2.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:22:40 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 236ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 219ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-25 22:22:44 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (7.0ms)
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:22:44 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:22:44 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=h%2FLgJIj8NYqcBtfGxmJQeR7jYM9r5ANK%2Bg6QCT1SCdw%3D" for 127.0.0.1 at 2013-02-25 22:22:45 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"h/LgJIj8NYqcBtfGxmJQeR7jYM9r5ANK+g6QCT1SCdw="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=h%2FLgJIj8NYqcBtfGxmJQeR7jYM9r5ANK%2Bg6QCT1SCdw%3D" for 127.0.0.1 at 2013-02-25 22:22:46 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"h/LgJIj8NYqcBtfGxmJQeR7jYM9r5ANK+g6QCT1SCdw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:22:48 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:22:48 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:22:48 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)


Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:22:48 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:22:48 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:22:48 +0800


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:22:48 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:22:48 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 201ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:22:49 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 216ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:22:49 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 195ms (Views: 0.5ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 188ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:24:38 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (9.1ms)
Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:24:38 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:24:38 +0800


Processing by NetzkeController#ext as JS
Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:24:38 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:24:38 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:24:38 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:24:38 +0800


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:24:38 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 333ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:24:39 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 349ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:24:39 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 165ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 175ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:24:47 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (23.7ms)
Completed 200 OK in 54ms (Views: 53.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:24:47 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:24:47 +0800
Served asset /expect/expect.js - 304 Not Modified (8ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:24:47 +0800
Served asset /mocha/mocha.css - 304 Not Modified (3ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:24:47 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 193ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:24:48 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 136ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:24:50 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 22.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:24:50 +0800
Served asset /mocha/mocha.js - 304 Not Modified (5ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:24:50 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 227ms (Views: 2.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:24:50 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 158ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:24:57 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:24:57 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:24:57 +0800
Processing by ComponentsController#index as */*
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.6ms)
Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:24:58 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.1ms)
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:24:58 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:24:58 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:24:58 +0800
Served asset /expect/expect.js - 304 Not Modified (3ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:24:58 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:24:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:24:58 +0800
Served asset /mocha/mocha.css - 304 Not Modified (4ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:24:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 228ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:24:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 214ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 182ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:24:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 159ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:24:59 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:24:59 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:24:59 +0800
Processing by ComponentsController#index as */*
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:25:05 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.6ms)
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:25:05 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:25:05 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:25:05 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:25:05 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /mocha/mocha.js - 304 Not Modified (8ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:25:05 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:25:05 +0800


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:25:05 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 208ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:25:05 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 214ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 148ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:25:06 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 180ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:25:06 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:25:06 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:25:06 +0800
Processing by ComponentsController#index as */*
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.9ms)
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:25:16 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.4ms)
Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:25:17 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:25:17 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:25:17 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:25:17 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:25:17 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:25:17 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:25:17 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 341ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:25:17 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 303ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 238ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:25:17 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 160ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:25:18 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:25:18 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:25:18 +0800
Processing by ComponentsController#index as */*
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.6ms)
Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:25:28 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.3ms)
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:25:28 +0800


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:25:28 +0800
Processing by NetzkeController#ext as JS
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:25:28 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:25:28 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:25:28 +0800
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:25:28 +0800


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:25:28 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 206ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:25:28 +0800
  Rendered text template (0.0ms)
Completed 200 OK in 211ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 202ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:25:28 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 175ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:27:55 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.2ms)
Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:27:55 +0800


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:27:55 +0800
Served asset /mocha/mocha.js - 304 Not Modified (0ms)
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:27:55 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:27:55 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:27:55 +0800


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:27:55 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
Served asset /mocha/mocha.css - 304 Not Modified (0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:27:55 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 263ms (Views: 0.7ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 273ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:27:56 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 189ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:27:56 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 151ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:28:01 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (27.4ms)
Completed 200 OK in 69ms (Views: 68.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:28:01 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:28:01 +0800
Served asset /expect/expect.js - 304 Not Modified (6ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:28:01 +0800
Served asset /mocha/mocha.css - 304 Not Modified (9ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:28:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 229ms (Views: 1.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:28:01 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 151ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:28:03 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 16ms (Views: 13.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:28:04 +0800
Served asset /mocha/mocha.js - 304 Not Modified (8ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:28:04 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 169ms (Views: 1.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:28:04 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 169ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:28:22 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (39.3ms)
Completed 200 OK in 53ms (Views: 52.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:28:22 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:28:22 +0800
Served asset /expect/expect.js - 304 Not Modified (6ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:28:22 +0800
Served asset /mocha/mocha.css - 304 Not Modified (7ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:28:22 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 283ms (Views: 2.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:28:23 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 164ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:28:25 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 11ms (Views: 7.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:28:25 +0800
Served asset /mocha/mocha.js - 404 Not Found (2ms)

ActionController::RoutingError (No route matches [GET] "/assets/mocha/mocha.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:28:25 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 182ms (Views: 2.1ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:28:25 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 148ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:28:31 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (15.3ms)
Completed 200 OK in 47ms (Views: 46.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:28:32 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:28:32 +0800
Served asset /expect/expect.js - 304 Not Modified (3ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:28:32 +0800
Served asset /mocha/mocha.css - 304 Not Modified (2ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:28:32 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 176ms (Views: 1.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:28:32 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 172ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:28:34 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:28:34 +0800
Served asset /mocha/mocha.js - 200 OK (8ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:28:34 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 236ms (Views: 2.2ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:28:34 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 179ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:31:58 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.3ms)
Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:31:58 +0800


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:31:58 +0800
Processing by NetzkeController#ext as CSS
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:31:58 +0800
Served asset /expect/expect.js - 304 Not Modified (0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:31:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 216ms (Views: 0.8ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 199ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:31:58 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:31:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:31:58 +0800
Compiled mocha/mocha.css  (0ms)  (pid 39510)
Served asset /mocha/mocha.css - 304 Not Modified (10ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:31:58 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 307ms (Views: 2.1ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 319ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:32:03 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (25.1ms)
Completed 200 OK in 59ms (Views: 58.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:32:04 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:32:04 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:32:04 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 202ms (Views: 1.3ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:32:04 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 147ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:32:04 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 177ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:32:06 +0800
Connecting to database specified by database.yml
Compiled expect/expect.js  (0ms)  (pid 41070)
Served asset /expect/expect.js - 304 Not Modified (582ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:32:07 +0800
Served asset /mocha/mocha.css - 304 Not Modified (3ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:32:07 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 162ms (Views: 32.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:32:07 +0800
Compiled mocha/mocha.js  (1ms)  (pid 41070)
Served asset /mocha/mocha.js - 200 OK (901ms)


Started POST "/some/path/netzke/direct/?authenticity_token=h%2FLgJIj8NYqcBtfGxmJQeR7jYM9r5ANK%2Bg6QCT1SCdw%3D" for 127.0.0.1 at 2013-02-25 22:32:08 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"h/LgJIj8NYqcBtfGxmJQeR7jYM9r5ANK+g6QCT1SCdw="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=h%2FLgJIj8NYqcBtfGxmJQeR7jYM9r5ANK%2Bg6QCT1SCdw%3D" for 127.0.0.1 at 2013-02-25 22:32:08 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"h/LgJIj8NYqcBtfGxmJQeR7jYM9r5ANK+g6QCT1SCdw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=h%2FLgJIj8NYqcBtfGxmJQeR7jYM9r5ANK%2Bg6QCT1SCdw%3D" for 127.0.0.1 at 2013-02-25 22:32:08 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"h/LgJIj8NYqcBtfGxmJQeR7jYM9r5ANK+g6QCT1SCdw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=h%2FLgJIj8NYqcBtfGxmJQeR7jYM9r5ANK%2Bg6QCT1SCdw%3D" for 127.0.0.1 at 2013-02-25 22:32:08 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"h/LgJIj8NYqcBtfGxmJQeR7jYM9r5ANK+g6QCT1SCdw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=h%2FLgJIj8NYqcBtfGxmJQeR7jYM9r5ANK%2Bg6QCT1SCdw%3D" for 127.0.0.1 at 2013-02-25 22:32:08 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"h/LgJIj8NYqcBtfGxmJQeR7jYM9r5ANK+g6QCT1SCdw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=h%2FLgJIj8NYqcBtfGxmJQeR7jYM9r5ANK%2Bg6QCT1SCdw%3D" for 127.0.0.1 at 2013-02-25 22:32:09 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"h/LgJIj8NYqcBtfGxmJQeR7jYM9r5ANK+g6QCT1SCdw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints?spec=endpoints" for 127.0.0.1 at 2013-02-25 22:32:25 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"spec"=>"endpoints", "component"=>"Endpoints"}
  Rendered inline template within layouts/application (16.6ms)
Completed 200 OK in 44ms (Views: 43.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/expect/expect.js" for 127.0.0.1 at 2013-02-25 22:32:26 +0800
Served asset /expect/expect.js - 304 Not Modified (4ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-25 22:32:26 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.css" for 127.0.0.1 at 2013-02-25 22:32:26 +0800
Served asset /mocha/mocha.css - 304 Not Modified (3ms)


Started GET "/specs/support__action_helper.js" for 127.0.0.1 at 2013-02-25 22:32:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__action_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 224ms (Views: 1.4ms | ActiveRecord: 0.0ms)


Started GET "/specs/support__expectation_helper.js" for 127.0.0.1 at 2013-02-25 22:32:26 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__expectation_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 155ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-25 22:32:28 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 32ms (Views: 30.3ms | ActiveRecord: 0.0ms)


Started GET "/assets/mocha/mocha.js" for 127.0.0.1 at 2013-02-25 22:32:28 +0800
Served asset /mocha/mocha.js - 304 Not Modified (2ms)


Started GET "/specs/support__query_helper.js" for 127.0.0.1 at 2013-02-25 22:32:28 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"support__query_helper"}
  Rendered text template (0.0ms)
Completed 200 OK in 149ms (Views: 1.6ms | ActiveRecord: 0.0ms)


Started GET "/specs/endpoints.js" for 127.0.0.1 at 2013-02-25 22:32:28 +0800
Processing by SpecsController#show as JS
  Parameters: {"id"=>"endpoints"}
  Rendered text template (0.0ms)
Completed 200 OK in 147ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=h%2FLgJIj8NYqcBtfGxmJQeR7jYM9r5ANK%2Bg6QCT1SCdw%3D" for 127.0.0.1 at 2013-02-25 22:32:29 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"h/LgJIj8NYqcBtfGxmJQeR7jYM9r5ANK+g6QCT1SCdw="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=h%2FLgJIj8NYqcBtfGxmJQeR7jYM9r5ANK%2Bg6QCT1SCdw%3D" for 127.0.0.1 at 2013-02-25 22:32:29 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"h/LgJIj8NYqcBtfGxmJQeR7jYM9r5ANK+g6QCT1SCdw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=h%2FLgJIj8NYqcBtfGxmJQeR7jYM9r5ANK%2Bg6QCT1SCdw%3D" for 127.0.0.1 at 2013-02-25 22:32:29 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"h/LgJIj8NYqcBtfGxmJQeR7jYM9r5ANK+g6QCT1SCdw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=h%2FLgJIj8NYqcBtfGxmJQeR7jYM9r5ANK%2Bg6QCT1SCdw%3D" for 127.0.0.1 at 2013-02-25 22:32:29 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"h/LgJIj8NYqcBtfGxmJQeR7jYM9r5ANK+g6QCT1SCdw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=h%2FLgJIj8NYqcBtfGxmJQeR7jYM9r5ANK%2Bg6QCT1SCdw%3D" for 127.0.0.1 at 2013-02-25 22:32:29 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"h/LgJIj8NYqcBtfGxmJQeR7jYM9r5ANK+g6QCT1SCdw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=h%2FLgJIj8NYqcBtfGxmJQeR7jYM9r5ANK%2Bg6QCT1SCdw%3D" for 127.0.0.1 at 2013-02-25 22:32:29 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"h/LgJIj8NYqcBtfGxmJQeR7jYM9r5ANK+g6QCT1SCdw="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-28 20:55:25 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (24.0ms)
Completed 200 OK in 38ms (Views: 37.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-28 20:55:26 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 4.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-28 20:55:28 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5wAlTbVS75TUdjAU9%2BHiOl%2BQJkumiy3pShZLS3zzbVU%3D" for 127.0.0.1 at 2013-02-28 20:55:31 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"5wAlTbVS75TUdjAU9+HiOl+QJkumiy3pShZLS3zzbVU="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5wAlTbVS75TUdjAU9%2BHiOl%2BQJkumiy3pShZLS3zzbVU%3D" for 127.0.0.1 at 2013-02-28 20:55:33 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"5wAlTbVS75TUdjAU9+HiOl+QJkumiy3pShZLS3zzbVU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5wAlTbVS75TUdjAU9%2BHiOl%2BQJkumiy3pShZLS3zzbVU%3D" for 127.0.0.1 at 2013-02-28 20:55:43 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"5wAlTbVS75TUdjAU9+HiOl+QJkumiy3pShZLS3zzbVU="}
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5wAlTbVS75TUdjAU9%2BHiOl%2BQJkumiy3pShZLS3zzbVU%3D" for 127.0.0.1 at 2013-02-28 20:55:44 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"5wAlTbVS75TUdjAU9+HiOl+QJkumiy3pShZLS3zzbVU="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-28 20:56:06 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.4ms)
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-28 20:56:07 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-28 20:56:07 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-28 20:56:13 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (25.7ms)
Completed 200 OK in 35ms (Views: 34.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-28 20:56:13 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 23ms (Views: 2.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-28 20:56:15 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5wAlTbVS75TUdjAU9%2BHiOl%2BQJkumiy3pShZLS3zzbVU%3D" for 127.0.0.1 at 2013-02-28 20:56:16 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"5wAlTbVS75TUdjAU9+HiOl+QJkumiy3pShZLS3zzbVU="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5wAlTbVS75TUdjAU9%2BHiOl%2BQJkumiy3pShZLS3zzbVU%3D" for 127.0.0.1 at 2013-02-28 20:56:38 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"5wAlTbVS75TUdjAU9+HiOl+QJkumiy3pShZLS3zzbVU="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)
!!! Netzke::Core.parent_controller_class:: nil



Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-28 20:57:42 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (40.2ms)
Completed 200 OK in 53ms (Views: 52.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-28 20:57:43 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.0ms)
!!! Netzke::Core.parent_controller_class:: nil



Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-28 20:57:45 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.0ms)
!!! Netzke::Core.parent_controller_class:: nil

!!! Netzke::Core.parent_controller_class:: nil

!!! Netzke::Core.parent_controller_class:: nil



Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-28 21:07:27 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (41.9ms)
Completed 200 OK in 58ms (Views: 57.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-28 21:07:27 +0800
Processing by AlternativeController#ext as JS
!!! 1111:: 1111

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
!!! Netzke::Core.parent_controller_class:: nil



Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-28 21:07:30 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
!!! 1111:: 1111

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Netzke/classes/Core/Mixin.js?_dc=1362056850556" for 127.0.0.1 at 2013-02-28 21:07:30 +0800

ActionController::RoutingError (No route matches [GET] "/components/Netzke/classes/Core/Mixin.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-28 21:07:56 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (4.7ms)
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-28 21:07:57 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-28 21:07:57 +0800
Processing by AlternativeController#ext as JS
!!! 1111:: 1111

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by AlternativeController#ext as CSS
!!! 1111:: 1111

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Netzke/classes/Core/Mixin.js?_dc=1362056877366" for 127.0.0.1 at 2013-02-28 21:07:57 +0800

ActionController::RoutingError (No route matches [GET] "/components/Netzke/classes/Core/Mixin.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
!!! Netzke::Core.parent_controller_class:: nil



Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-28 21:10:35 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (50.4ms)
Completed 200 OK in 64ms (Views: 63.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-28 21:10:35 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.0ms)
!!! Netzke::Core.parent_controller_class:: nil



Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-28 21:10:37 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 13ms (Views: 10.2ms | ActiveRecord: 0.0ms)
!!! Netzke::Core.parent_controller_class:: nil



Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-28 21:12:00 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (41.9ms)
Completed 200 OK in 52ms (Views: 51.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-28 21:12:01 +0800
Processing by AlternativeController#ext as JS
!!! 1111:: 1111

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
!!! Netzke::Core.parent_controller_class:: nil



Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-28 21:12:03 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
!!! 1111:: 1111

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms)


Started GET "/components/Netzke/classes/Core/Mixin.js?_dc=1362057124277" for 127.0.0.1 at 2013-02-28 21:12:04 +0800

ActionController::RoutingError (No route matches [GET] "/components/Netzke/classes/Core/Mixin.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-28 21:12:22 +0800
Processing by AlternativeController#ext as JS
!!! 1111:: 1111

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
!!! Netzke::Core.parent_controller_class:: nil



Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-28 21:12:53 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 13ms (Views: 7.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-28 21:13:00 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (38.3ms)
Completed 200 OK in 43ms (Views: 42.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-28 21:13:00 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
!!! Netzke::Core.parent_controller_class:: nil



Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-28 21:13:03 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 11ms (Views: 8.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5wAlTbVS75TUdjAU9%2BHiOl%2BQJkumiy3pShZLS3zzbVU%3D" for 127.0.0.1 at 2013-02-28 21:13:06 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"5wAlTbVS75TUdjAU9+HiOl+QJkumiy3pShZLS3zzbVU="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5wAlTbVS75TUdjAU9%2BHiOl%2BQJkumiy3pShZLS3zzbVU%3D" for 127.0.0.1 at 2013-02-28 21:13:07 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"5wAlTbVS75TUdjAU9+HiOl+QJkumiy3pShZLS3zzbVU="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5wAlTbVS75TUdjAU9%2BHiOl%2BQJkumiy3pShZLS3zzbVU%3D" for 127.0.0.1 at 2013-02-28 21:13:11 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"5wAlTbVS75TUdjAU9+HiOl+QJkumiy3pShZLS3zzbVU="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-28 21:13:40 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.7ms)
Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-28 21:13:40 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-28 21:13:40 +0800
!!! Netzke::Core.parent_controller_class:: AlternativeController

!!! Netzke::Core.parent_controller_class:: AlternativeController

Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5wAlTbVS75TUdjAU9%2BHiOl%2BQJkumiy3pShZLS3zzbVU%3D" for 127.0.0.1 at 2013-02-28 21:13:44 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>1, "authenticity_token"=>"5wAlTbVS75TUdjAU9+HiOl+QJkumiy3pShZLS3zzbVU="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-28 21:15:03 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.3ms)
Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-28 21:15:04 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-28 21:15:04 +0800

SyntaxError (/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/controllers/alternative_controller.rb:7: syntax error, unexpected ':', expecting '}'
    render text: {: "Hit AlternativeController's...
                   ^
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/controllers/alternative_controller.rb:7: syntax error, unexpected '}', expecting keyword_end
...iveController's before filter"}.netzke_jsonify.to_json
...                               ^):
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.11) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.11) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/dependencies.rb:554:in `get'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:54:in `controller'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:32:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__863884229254860957__call__834789067738502015__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'



SyntaxError (/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/controllers/alternative_controller.rb:7: syntax error, unexpected ':', expecting '}'
    render text: {: "Hit AlternativeController's...
                   ^
/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/controllers/alternative_controller.rb:7: syntax error, unexpected '}', expecting keyword_end
...iveController's before filter"}.netzke_jsonify.to_json
...                               ^):
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.11) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.11) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.11) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.11) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.11) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.11) lib/active_support/dependencies.rb:554:in `get'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:54:in `controller'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:32:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__295770451631584656__call__3882850718995583612__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.7ms)


Started GET "/components/Netzke/classes/Core/Mixin.js?_dc=1362057304482" for 127.0.0.1 at 2013-02-28 21:15:04 +0800

ActionController::RoutingError (No route matches [GET] "/components/Netzke/classes/Core/Mixin.js"):
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
!!! Netzke::Core.parent_controller_class:: nil



Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-28 21:15:21 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (23.4ms)
Completed 200 OK in 33ms (Views: 32.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-28 21:15:21 +0800
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
!!! Netzke::Core.parent_controller_class:: nil



Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-28 21:15:24 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 16ms (Views: 11.4ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5wAlTbVS75TUdjAU9%2BHiOl%2BQJkumiy3pShZLS3zzbVU%3D" for 127.0.0.1 at 2013-02-28 21:15:29 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"5wAlTbVS75TUdjAU9+HiOl+QJkumiy3pShZLS3zzbVU="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362057329083" for 127.0.0.1 at 2013-02-28 21:15:29 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.11) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2862473818375202533__call__1022552643718158379__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms)
!!! Netzke::Core.parent_controller_class:: nil

Connecting to database specified by database.yml


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-28 21:17:23 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)
!!! Netzke::Core.parent_controller_class:: nil



Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-28 21:18:07 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (42.1ms)
Completed 200 OK in 56ms (Views: 55.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-02-28 21:18:08 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)
!!! Netzke::Core.parent_controller_class:: nil



Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-02-28 21:18:10 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=5wAlTbVS75TUdjAU9%2BHiOl%2BQJkumiy3pShZLS3zzbVU%3D" for 127.0.0.1 at 2013-02-28 21:18:17 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"5wAlTbVS75TUdjAU9+HiOl+QJkumiy3pShZLS3zzbVU="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362057497655" for 127.0.0.1 at 2013-02-28 21:18:17 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.11) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.4) lib/rack/etag.rb:23:in `call'
  rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4409679206608553793__call__2225830700861273099__callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.4) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.4) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.11) lib/rails/engine.rb:479:in `call'
  railties (3.2.11) lib/rails/application.rb:223:in `call'
  railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-02-28 21:26:13 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (25.1ms)
Completed 200 OK in 42ms (Views: 41.6ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-02-28 21:26:14 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-02-28 21:26:16 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=5wAlTbVS75TUdjAU9%2BHiOl%2BQJkumiy3pShZLS3zzbVU%3D" for 127.0.0.1 at 2013-02-28 21:26:32 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"5wAlTbVS75TUdjAU9+HiOl+QJkumiy3pShZLS3zzbVU="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:13:45 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (19.7ms)
Completed 200 OK in 32ms (Views: 31.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:13:46 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 32ms (Views: 30.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:13:48 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 11ms (Views: 8.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:16:57 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (17.8ms)
Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:16:57 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:16:59 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:17:10 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (2.0ms)
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:17:10 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:17:10 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:17:20 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (18.5ms)
Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:17:20 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 2.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:17:22 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:40:04 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (40.7ms)
Completed 200 OK in 54ms (Views: 53.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:40:04 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:40:06 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 27ms (Views: 25.8ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:40:12 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (2.9ms)
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:40:12 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:40:12 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:40:19 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (1.8ms)
Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:40:19 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:40:19 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:40:26 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (2.7ms)
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:40:27 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:40:27 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Netzke/classes/Core/Mixin.js?_dc=1362091228810" for 127.0.0.1 at 2013-03-01 06:40:28 +0800

ActionController::RoutingError (No route matches [GET] "/components/Netzke/classes/Core/Mixin.js"):
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:40:45 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (2.0ms)
Completed 200 OK in 31ms (Views: 30.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:40:45 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:40:45 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:41:01 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (2.9ms)
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:41:01 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:41:01 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:41:10 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (3.1ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:41:10 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:41:10 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:43:19 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:43:20 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:43:20 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:43:51 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (4.0ms)
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:43:51 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:43:51 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:44:08 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (3.6ms)
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:44:08 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:44:08 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 27ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=%2BKs%2FUg9qaDDbRJPc5PNyq87RPUkF9%2Fg7jbJLybdcrhw%3D" for 127.0.0.1 at 2013-03-01 06:44:09 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"feedback", "method"=>"serverFeedback", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"+Ks/Ug9qaDDbRJPc5PNyq87RPUkF9/g7jbJLybdcrhw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:46:19 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (30.9ms)
Completed 200 OK in 41ms (Views: 40.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:46:19 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:46:21 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:46:35 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (29.7ms)
Completed 200 OK in 40ms (Views: 39.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:46:36 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:46:38 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 27ms (Views: 24.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:48:03 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (2.4ms)
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:48:03 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:48:03 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:48:21 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (2.1ms)
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:48:21 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:48:21 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:48:28 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (31.4ms)
Completed 200 OK in 41ms (Views: 40.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:48:29 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:48:31 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=%2BKs%2FUg9qaDDbRJPc5PNyq87RPUkF9%2Fg7jbJLybdcrhw%3D" for 127.0.0.1 at 2013-03-01 06:48:34 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"feedback", "method"=>"serverFeedback", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"+Ks/Ug9qaDDbRJPc5PNyq87RPUkF9/g7jbJLybdcrhw="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:52:14 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:52:14 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:52:14 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Feedback" for 127.0.0.1 at 2013-03-01 06:52:18 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Feedback"}
  Rendered inline template within layouts/application (17.7ms)
Completed 200 OK in 46ms (Views: 45.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 06:52:18 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 06:52:20 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 20:40:04 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (11.5ms)
Completed 500 Internal Server Error in 41ms

ActionView::Template::Error (undefined method `action' for Endpoints:Class):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  app/components/endpoints.rb:2:in `<class:Endpoints>'
  app/components/endpoints.rb:1:in `<top (required)>'
  activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.12) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:79:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___2123881485299536131_70102561526980'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__3422743150142840155__process_action__1078382544303926566__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1338156303914554929__call__463273052541579226__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 20:40:25 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.3ms)
Completed 500 Internal Server Error in 29ms

ActionView::Template::Error (undefined method `action' for Endpoints:Class):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  app/components/endpoints.rb:2:in `<class:Endpoints>'
  app/components/endpoints.rb:1:in `<top (required)>'
  activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.12) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:79:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___1148074647965392005_70341172047180'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__3242794596721130331__process_action__439957543931640006__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3810193934193155836__call__3570581672564469577__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.8ms)
!!! thing:: "component"

!!! thing:: "component"



Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 20:42:17 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.2ms)
Completed 500 Internal Server Error in 30ms

ActionView::Template::Error (undefined method `action' for Endpoints:Class):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  app/components/endpoints.rb:2:in `<class:Endpoints>'
  app/components/endpoints.rb:1:in `<top (required)>'
  activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.12) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:79:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___2345478930349936321_70158132261240'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__4296439775779090571__process_action__527753150249578569__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2027896739480695487__call__3341128042537446143__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.8ms)
!!! thing:: "component"

!!! thing:: "action"



Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 20:42:38 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (6.2ms)
Completed 500 Internal Server Error in 34ms

ActionView::Template::Error (nil is not a symbol):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:45:in `block in define_dsl_method'
  app/components/endpoints.rb:2:in `<class:Endpoints>'
  app/components/endpoints.rb:1:in `<top (required)>'
  activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.12) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:79:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template__4561567578561916531_70102600807740'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__1558087499253127548__process_action__497925064968081099__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2516827686007438906__call__250233413087874839__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.9ms)
!!! thing:: "component"

!!! thing:: "action"



Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 20:44:37 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (24.3ms)
Completed 500 Internal Server Error in 31ms

ActionView::Template::Error (undefined method `_declared_' for Endpoints:Class):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:44:in `block in define_dsl_method'
  app/components/endpoints.rb:2:in `<class:Endpoints>'
  app/components/endpoints.rb:1:in `<top (required)>'
  activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.12) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:79:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template__3465402601255046751_70270074631220'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__1370728212355839836__process_action__3975770707794962860__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__180394398814548957__call__196230249881781564__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms)
!!! thing:: "component"

!!! thing:: "action"



Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 20:45:10 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (22.4ms)
Completed 500 Internal Server Error in 32ms

ActionView::Template::Error (undefined method `_declared_' for Endpoints:Class):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:42:in `block in define_dsl_method'
  app/components/endpoints.rb:2:in `<class:Endpoints>'
  app/components/endpoints.rb:1:in `<top (required)>'
  activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.12) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:79:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___3251944720886079410_70290536813440'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__2050872197767946127__process_action__4592417734050859731__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1456207993060525529__call__4573448986659946175__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.8ms)
!!! thing:: "component"

!!! thing:: "action"



Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 20:52:28 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (22.4ms)
Completed 500 Internal Server Error in 31ms

ActionView::Template::Error (undefined local variable or method `storage_attribute' for Endpoints:Class):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:44:in `block in define_dsl_method'
  app/components/endpoints.rb:2:in `<class:Endpoints>'
  app/components/endpoints.rb:1:in `<top (required)>'
  activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.12) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:79:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___827063769285244780_70189070750600'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__2088044631601109182__process_action__3734616960406876545__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__763162660173808522__call__438007564176255487__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.8ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 20:52:50 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.6ms)
Completed 500 Internal Server Error in 31ms

ActionView::Template::Error (undefined local variable or method `things' for #<Endpoints:0x007fc2b38796c8>):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:55:in `block in define_collector_method'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:111:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:153:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:100:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___1292737008535316764_70237102613060'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__3715117751345927469__process_action__3610034152887946801__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__551311634478835328__call__2232169934144808397__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.8ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 20:54:09 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (24.9ms)
Completed 500 Internal Server Error in 32ms

ActionView::Template::Error ({} is not a symbol):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:58:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:58:in `block in define_collector_method'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:111:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:153:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:100:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___499891354478606259_70114813574160'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__3257209555128077058__process_action__1256310770496633363__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4435756284179513016__call__1068194758003766345__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 20:56:09 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
!!! storage_attribute:: :_declared_components

  Rendered inline template within layouts/application (8.8ms)
Completed 500 Internal Server Error in 38ms

ActionView::Template::Error ({} is not a symbol):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:59:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:59:in `block in define_collector_method'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:111:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:153:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:100:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___982471926351878843_70307236377720'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__1414403991460768652__process_action__2373071628077344042__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1665539533645652547__call__1978707210523403047__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.4ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 20:57:01 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
!!! storage_attribute:: :_declared_components

!!! self.class.send(storage_attribute):: []

  Rendered inline template within layouts/application (7.1ms)
Completed 500 Internal Server Error in 35ms

ActionView::Template::Error ({} is not a symbol):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:60:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:60:in `block in define_collector_method'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:111:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:153:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:100:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___4547815170992816236_70362419557300'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__3264421909574234802__process_action__2942995899694538812__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1745572769995751025__call__3046724920898085635__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 20:57:33 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
!!! storage_attribute:: :_declared_components

!!! self.class.send(storage_attribute):: []

!!! things:: :components

  Rendered inline template within layouts/application (25.3ms)
Completed 500 Internal Server Error in 34ms

ActionView::Template::Error ({} is not a symbol):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:61:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:61:in `block in define_collector_method'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:111:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:153:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:100:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___535737860022944603_70329389545440'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__1994488012146703964__process_action__1817409140545929721__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3201530657527562880__call__2228177036581675145__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.6ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 20:59:41 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
!!! storage_attribute:: :_declared_components

!!! self.class.send(storage_attribute):: []

!!! things:: :components

!!! storage_attribute:: :_declared_actions

!!! self.class.send(storage_attribute):: [:with_response, :no_response, :multiple_arguments, :array_as_argument, :return_value, :callback_and_scope]

!!! things:: :actions

  Rendered inline template within layouts/application (15.6ms)
Completed 500 Internal Server Error in 42ms

ActionView::Template::Error (undefined local variable or method `config_class' for #<Endpoints:0x007fbce4599158>):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:62:in `block (2 levels) in define_collector_method'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:61:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:61:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:61:in `block in define_collector_method'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:186:in `extend_item'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:219:in `block (2 levels) in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `call'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `block in netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:219:in `block in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:216:in `each_pair'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:216:in `normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:228:in `normalized_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:44:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/actions.rb:84:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `block in js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `tap'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/embedding.rb:6:in `js_component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:57:in `netzke'
  inline template:1:in `_inline_template___2674550661551480988_70224630286180'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__3933164320677265218__process_action__833696412354285950__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2385737076589565384__call__1452613889012392353__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.7ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:01:02 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
!!! storage_attribute:: :_declared_components

!!! self.class.send(storage_attribute):: []

!!! things:: :components

!!! storage_attribute:: :_declared_actions

!!! self.class.send(storage_attribute):: [:with_response, :no_response, :multiple_arguments, :array_as_argument, :return_value, :callback_and_scope]

!!! things:: :actions

  Rendered inline template within layouts/application (18.0ms)
Completed 200 OK in 44ms (Views: 43.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:01:02 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 3.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:01:04 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 11ms (Views: 7.6ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:01:10 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:01:11 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:11:42 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (8.0ms)
Completed 500 Internal Server Error in 18ms

ActionView::Template::Error ({} is not a symbol):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:58:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/dsl_support.rb:58:in `block in define_collector_method'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:111:in `eagerly_loaded_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:153:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:100:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__4047286301723987866_70145620774140'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__3466395916490905539__process_action__2153332214560793524__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3259272336290445011__call__3126204927929722836__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.6ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:12:01 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.9ms)
Completed 200 OK in 44ms (Views: 43.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:12:01 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:12:03 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:15:15 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.3ms)
Completed 200 OK in 40ms (Views: 39.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:15:15 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:15:17 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 29ms (Views: 27.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:37:37 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (19.5ms)
Completed 500 Internal Server Error in 53ms

ActionView::Template::Error (undefined method `netzke_path' for #<#<Class:0x007f956e592a08>:0x007f956b0973d0>):
    3: <head>
    4:   <title>Netzke Core Test App</title>
    5:   <%= csrf_meta_tag %>
    6:   <%= load_netzke minified: true %>
    7: 
    8:   <% if params[:spec] %>
    9:     <%= javascript_include_tag "/assets/expect/expect.js" %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext/ext.rb:14:in `netzke_ext_css_include'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:70:in `netzke_css_include'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:29:in `load_netzke'
  app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4071684671957328397_70139876706180'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__323476244962617853__process_action__3316568647164745300__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1734789885620380645__call__3562001115955645786__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.2ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:38:03 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.2ms)
Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.0ms)


Started GET "/ext.js" for 127.0.0.1 at 2013-03-01 21:38:04 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)


Started GET "/ext.css" for 127.0.0.1 at 2013-03-01 21:38:06 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.0ms)


Started POST "/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:38:10 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362145090988" for 127.0.0.1 at 2013-03-01 21:38:11 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4279934487064555001__call__4169565089137195655__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (17.5ms)


Started POST "/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:39:27 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362145167909" for 127.0.0.1 at 2013-03-01 21:39:27 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4279934487064555001__call__4169565089137195655__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.3ms)


Started POST "/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:39:28 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362145168678" for 127.0.0.1 at 2013-03-01 21:39:28 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4279934487064555001__call__4169565089137195655__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.3ms)


Started POST "/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:39:29 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362145169424" for 127.0.0.1 at 2013-03-01 21:39:29 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4279934487064555001__call__4169565089137195655__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.3ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:39:31 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (3.5ms)
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)


Started GET "/ext.js" for 127.0.0.1 at 2013-03-01 21:39:31 +0800


Started GET "/ext.css" for 127.0.0.1 at 2013-03-01 21:39:31 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:40:29 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.0ms)
Completed 200 OK in 37ms (Views: 36.6ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:40:30 +0800
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:40:32 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:40:50 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362145250966" for 127.0.0.1 at 2013-03-01 21:40:50 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2279520358109359875__call__4046831847609410288__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.3ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:42:19 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.3ms)
Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:42:19 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:42:21 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 29ms (Views: 27.4ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:42:23 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362145343338" for 127.0.0.1 at 2013-03-01 21:42:23 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3431146544635778870__call__4148773930098352109__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (18.4ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:42:35 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.3ms)
Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:42:35 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:42:37 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/directttt/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:42:51 +0800

AbstractController::ActionNotFound (The action 'directttt' could not be found for AlternativeController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1622293217605702300__call__2757580155459277404__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms)


Started POST "/netzke/directttt/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:42:51 +0800

AbstractController::ActionNotFound (The action 'directttt' could not be found for AlternativeController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1622293217605702300__call__2757580155459277404__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.3ms)


Started POST "/netzke/directttt/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:42:51 +0800

AbstractController::ActionNotFound (The action 'directttt' could not be found for AlternativeController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1622293217605702300__call__2757580155459277404__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.3ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:43:02 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.3ms)
Completed 200 OK in 22ms (Views: 21.8ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:43:02 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:43:04 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 7.7ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:43:06 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362145386132" for 127.0.0.1 at 2013-03-01 21:43:06 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3198864155354470618__call__2835829370934445875__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (17.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:43:13 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.9ms)
Completed 200 OK in 41ms (Views: 40.8ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:43:13 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:43:15 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 27ms (Views: 25.8ms | ActiveRecord: 0.0ms)


Started POST "/netzke/directt/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:43:16 +0800

AbstractController::ActionNotFound (The action 'directt' could not be found for AlternativeController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4300620813956267703__call__4138307758988962913__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.3ms)


Started POST "/netzke/directt/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:43:16 +0800

AbstractController::ActionNotFound (The action 'directt' could not be found for AlternativeController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4300620813956267703__call__4138307758988962913__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms)


Started POST "/netzke/directt/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:43:16 +0800

AbstractController::ActionNotFound (The action 'directt' could not be found for AlternativeController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4300620813956267703__call__4138307758988962913__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.3ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:43:46 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.8ms)
Completed 200 OK in 24ms (Views: 23.1ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:43:47 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:43:49 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:43:50 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362145430528" for 127.0.0.1 at 2013-03-01 21:43:50 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2075444007552719859__call__472208705347009343__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (20.8ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:44:08 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.0ms)
Completed 200 OK in 39ms (Views: 38.9ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:44:08 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:44:10 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms)


Started POST "/netzke/directt/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:44:12 +0800
Processing by AlternativeController#directt as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:44:57 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.0ms)
Completed 200 OK in 40ms (Views: 39.8ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:44:57 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:44:59 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:45:01 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362145501226" for 127.0.0.1 at 2013-03-01 21:45:01 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2014732999097607682__call__4001233104934731004__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.3ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:45:32 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.3ms)
Completed 200 OK in 41ms (Views: 40.6ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:45:32 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:45:34 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/what/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:45:36 +0800
Processing by AlternativeController#what as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/netzke/what/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:45:57 +0800
Processing by AlternativeController#what as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:46:23 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.1ms)
Completed 200 OK in 39ms (Views: 38.4ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:46:23 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:46:25 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.0ms)


Started POST "/netzke/what/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:46:27 +0800
Processing by AlternativeController#what as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362145587129" for 127.0.0.1 at 2013-03-01 21:46:27 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__946970895050032643__call__1526780195354900250__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:46:53 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (20.4ms)
Completed 200 OK in 56ms (Views: 55.5ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:46:53 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:46:55 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:47:06 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362145626389" for 127.0.0.1 at 2013-03-01 21:47:06 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1169246825233740777__call__1492182456528770358__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:47:35 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.5ms)
Completed 200 OK in 23ms (Views: 22.7ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:47:35 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:47:37 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:47:39 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362145659947" for 127.0.0.1 at 2013-03-01 21:47:39 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1287254186197769619__call__361021736634249473__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:47:50 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.1ms)
Completed 200 OK in 43ms (Views: 42.3ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:47:50 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:47:52 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:47:54 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362145674219" for 127.0.0.1 at 2013-03-01 21:47:54 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4193589197543449575__call__673428501964864195__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:48:27 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (16.9ms)
Completed 200 OK in 45ms (Views: 44.5ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:48:27 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:48:29 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:48:31 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:49:23 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.9ms)
Completed 200 OK in 24ms (Views: 23.4ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:49:23 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:49:25 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:49:27 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 2ms

NameError (undefined local variable or method `fixed_response' for #<AlternativeController:0x007f8a824f2630>):
  activesupport (3.2.12) lib/active_support/callbacks.rb:429:in `_run__4578605156140961826__process_action__1878496965150358674__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2762367687790468273__call__107919177103960457__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:49:27 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 1ms

NameError (undefined local variable or method `fixed_response' for #<AlternativeController:0x007f8a82130448>):
  activesupport (3.2.12) lib/active_support/callbacks.rb:429:in `_run__4578605156140961826__process_action__1878496965150358674__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2762367687790468273__call__107919177103960457__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.7ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:49:27 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 1ms

NameError (undefined local variable or method `fixed_response' for #<AlternativeController:0x007f8a808c4af8>):
  activesupport (3.2.12) lib/active_support/callbacks.rb:429:in `_run__4578605156140961826__process_action__1878496965150358674__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2762367687790468273__call__107919177103960457__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:49:49 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.8ms)
Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:49:50 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:49:52 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:49:53 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:50:06 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (22.8ms)
Completed 200 OK in 51ms (Views: 50.3ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:50:06 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:50:08 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:50:10 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362145810253" for 127.0.0.1 at 2013-03-01 21:50:10 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1536204767974507504__call__4432499556028884922__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.6ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:50:53 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (16.1ms)
Completed 200 OK in 44ms (Views: 43.6ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:50:54 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:50:56 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:50:57 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362145857983" for 127.0.0.1 at 2013-03-01 21:50:58 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3287548255962177667__call__678196419933574067__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:51:14 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (17.9ms)
Completed 200 OK in 28ms (Views: 27.0ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:51:15 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:51:17 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:51:18 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 24ms

ActionView::MissingTemplate (Missing template alternative/nothing, netzke/nothing, application/nothing with {:locale=>[:en], :formats=>[:html, :text, :js, :css, :ics, :csv, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :handlers=>[:erb, :builder]}. Searched in:
  * "/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/views"
):
  actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find'
  actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:10:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:5:in `fixed_response'
  activesupport (3.2.12) lib/active_support/callbacks.rb:429:in `_run__4044693632084627403__process_action__2022497509163219961__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2324704947617364381__call__2250957476375496633__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:51:18 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 6ms

ActionView::MissingTemplate (Missing template alternative/nothing, netzke/nothing, application/nothing with {:locale=>[:en], :formats=>[:html, :text, :js, :css, :ics, :csv, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :handlers=>[:erb, :builder]}. Searched in:
  * "/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/views"
):
  actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find'
  actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:10:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:5:in `fixed_response'
  activesupport (3.2.12) lib/active_support/callbacks.rb:429:in `_run__4044693632084627403__process_action__2022497509163219961__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2324704947617364381__call__2250957476375496633__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:51:18 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 6ms

ActionView::MissingTemplate (Missing template alternative/nothing, netzke/nothing, application/nothing with {:locale=>[:en], :formats=>[:html, :text, :js, :css, :ics, :csv, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :handlers=>[:erb, :builder]}. Searched in:
  * "/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/views"
):
  actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find'
  actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:10:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:5:in `fixed_response'
  activesupport (3.2.12) lib/active_support/callbacks.rb:429:in `_run__4044693632084627403__process_action__2022497509163219961__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2324704947617364381__call__2250957476375496633__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:51:42 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.8ms)
Completed 200 OK in 24ms (Views: 23.4ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:51:43 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:51:45 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:51:46 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 34ms

ActionView::MissingTemplate (Missing template alternative/Hello, netzke/Hello, application/Hello with {:locale=>[:en], :formats=>[:html, :text, :js, :css, :ics, :csv, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :handlers=>[:erb, :builder]}. Searched in:
  * "/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/views"
):
  actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find'
  actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:10:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:5:in `fixed_response'
  activesupport (3.2.12) lib/active_support/callbacks.rb:429:in `_run__4498222473402333324__process_action__1155105154502242841__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2933049310932040734__call__2477400246502107400__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:51:46 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 4ms

ActionView::MissingTemplate (Missing template alternative/Hello, netzke/Hello, application/Hello with {:locale=>[:en], :formats=>[:html, :text, :js, :css, :ics, :csv, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :handlers=>[:erb, :builder]}. Searched in:
  * "/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/views"
):
  actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find'
  actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:10:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:5:in `fixed_response'
  activesupport (3.2.12) lib/active_support/callbacks.rb:429:in `_run__4498222473402333324__process_action__1155105154502242841__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2933049310932040734__call__2477400246502107400__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:51:46 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 6ms

ActionView::MissingTemplate (Missing template alternative/Hello, netzke/Hello, application/Hello with {:locale=>[:en], :formats=>[:html, :text, :js, :css, :ics, :csv, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :handlers=>[:erb, :builder]}. Searched in:
  * "/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/views"
):
  actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find'
  actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:10:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:5:in `fixed_response'
  activesupport (3.2.12) lib/active_support/callbacks.rb:429:in `_run__4498222473402333324__process_action__1155105154502242841__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2933049310932040734__call__2477400246502107400__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:52:02 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (24.0ms)
Completed 200 OK in 41ms (Views: 40.4ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:52:03 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:52:05 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 30ms (Views: 28.2ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:52:06 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:52:40 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.8ms)
Completed 200 OK in 25ms (Views: 24.7ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:52:41 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:52:43 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:52:53 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/direct/undefined.js?_dc=1362145973390" for 127.0.0.1 at 2013-03-01 21:52:53 +0800

AbstractController::ActionNotFound (The action 'direct' could not be found for ComponentsController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1311874269650079844__call__2590975483693640976__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (19.7ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:53:52 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.8ms)
Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:53:53 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:53:55 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:53:56 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
!!! response:: {:type=>"rpc", :tid=>1, :action=>"endpoints", :method=>"whats_up", :result=>"{\"setTitle\":[\"Response from server\"]}"}

  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:57:46 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.0ms)
Completed 200 OK in 45ms (Views: 44.3ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:57:46 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:57:48 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:57:50 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 1ms

NameError (undefined local variable or method `tid' for #<AlternativeController:0x007fc91d1aa1b0>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:64:in `direct_response'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:5:in `fixed_response'
  activesupport (3.2.12) lib/active_support/callbacks.rb:429:in `_run__2650721448817741649__process_action__387468545059763794__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__957917471369904114__call__2244812640759794919__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:57:50 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 1ms

NameError (undefined local variable or method `tid' for #<AlternativeController:0x007fc91bca55a8>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:64:in `direct_response'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:5:in `fixed_response'
  activesupport (3.2.12) lib/active_support/callbacks.rb:429:in `_run__2650721448817741649__process_action__387468545059763794__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__957917471369904114__call__2244812640759794919__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:57:50 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 1ms

NameError (undefined local variable or method `tid' for #<AlternativeController:0x007fc91bd7aac8>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:64:in `direct_response'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:5:in `fixed_response'
  activesupport (3.2.12) lib/active_support/callbacks.rb:429:in `_run__2650721448817741649__process_action__387468545059763794__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__957917471369904114__call__2244812640759794919__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.4ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 21:58:31 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (15.2ms)
Completed 200 OK in 44ms (Views: 43.1ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 21:58:31 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 21:58:34 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:58:35 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 1ms

NameError (undefined local variable or method `tid' for #<AlternativeController:0x007f96d3590148>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:65:in `direct_response'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:5:in `fixed_response'
  activesupport (3.2.12) lib/active_support/callbacks.rb:429:in `_run__4383030866074076640__process_action__2239384478846526324__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2724897280541202368__call__2895951444807124924__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.7ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:58:35 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 1ms

NameError (undefined local variable or method `tid' for #<AlternativeController:0x007f96d5a082a0>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:65:in `direct_response'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:5:in `fixed_response'
  activesupport (3.2.12) lib/active_support/callbacks.rb:429:in `_run__4383030866074076640__process_action__2239384478846526324__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2724897280541202368__call__2895951444807124924__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 21:58:35 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 1ms

NameError (undefined local variable or method `tid' for #<AlternativeController:0x007f96d30de640>):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:65:in `direct_response'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:5:in `fixed_response'
  activesupport (3.2.12) lib/active_support/callbacks.rb:429:in `_run__4383030866074076640__process_action__2239384478846526324__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2724897280541202368__call__2895951444807124924__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.6ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 22:13:57 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.1ms)
Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 22:13:58 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 22:14:00 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:14:01 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 1ms

ArgumentError (wrong number of arguments (2 for 1)):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:58:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:17:in `direct'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__3854194063346953794__process_action__3658292765644836851__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1599497659159195939__call__1439112850377735136__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.8ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:14:01 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 0ms

ArgumentError (wrong number of arguments (2 for 1)):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:58:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:17:in `direct'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__3854194063346953794__process_action__3658292765644836851__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1599497659159195939__call__1439112850377735136__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.9ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:14:01 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 0ms

ArgumentError (wrong number of arguments (2 for 1)):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:58:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:17:in `direct'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__3854194063346953794__process_action__3658292765644836851__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1599497659159195939__call__1439112850377735136__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.8ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 22:15:01 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (20.7ms)
Completed 200 OK in 51ms (Views: 50.1ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 22:15:01 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 22:15:03 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:15:04 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 2ms

TypeError (can't convert Symbol into Integer):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:73:in `[]'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:73:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:44:in `direct_response'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:17:in `direct'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__2321087906056683598__process_action__1479251873323197141__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1427826303969383529__call__400936595136589769__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.9ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:15:04 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 0ms

TypeError (can't convert Symbol into Integer):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:73:in `[]'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:73:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:44:in `direct_response'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:17:in `direct'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__2321087906056683598__process_action__1479251873323197141__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1427826303969383529__call__400936595136589769__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:15:04 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 0ms

TypeError (can't convert Symbol into Integer):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:73:in `[]'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:73:in `parse_request_params'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:44:in `direct_response'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:17:in `direct'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__2321087906056683598__process_action__1479251873323197141__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1427826303969383529__call__400936595136589769__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.9ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 22:15:51 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.7ms)
Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 22:15:51 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 22:15:54 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:15:55 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:15:56 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 22:33:44 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.7ms)
Completed 200 OK in 23ms (Views: 22.8ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 22:33:44 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 22:33:46 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:33:48 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 22:34:01 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.3ms)
Completed 200 OK in 41ms (Views: 40.1ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 22:34:02 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 22:34:04 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:34:05 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 22:34:43 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (16.6ms)
Completed 200 OK in 27ms (Views: 26.4ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 22:34:44 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 22:34:46 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:34:48 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
!!! r:: {:type=>"rpc", :tid=>1, :action=>"endpoints", :method=>"whats_up", :result=>"{\"set_title\":[\"Hit AlternativeController's before filter\"]}"}

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 22:35:45 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (19.5ms)
Completed 200 OK in 48ms (Views: 47.6ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 22:35:46 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 22:35:48 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:35:49 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
!!! r:: {:type=>"rpc", :tid=>1, :action=>"endpoints", :method=>"whats_up", :result=>"{\"set_title\":[\"Hit AlternativeController's before filter\"]}"}

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 22:36:52 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.4ms)
Completed 200 OK in 44ms (Views: 43.7ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 22:36:52 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 22:36:54 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:36:56 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
!!! r:: {:type=>"rpc", :tid=>1, :action=>"endpoints", :method=>"whats_up", :result=>"{\"setTitle\":[\"Hit AlternativeController's before filter\"]}"}

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:36:58 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
!!! r:: {:type=>"rpc", :tid=>2, :action=>"endpoints", :method=>"no_response", :result=>"{\"setTitle\":[\"Hit AlternativeController's before filter\"]}"}

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:37:01 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
!!! r:: {:type=>"rpc", :tid=>3, :action=>"endpoints", :method=>"whats_up", :result=>"{\"setTitle\":[\"Hit AlternativeController's before filter\"]}"}

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:37:05 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>4, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
!!! r:: {:type=>"rpc", :tid=>4, :action=>"endpoints", :method=>"no_response", :result=>"{\"setTitle\":[\"Hit AlternativeController's before filter\"]}"}

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:37:09 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>5, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
!!! r:: {:type=>"rpc", :tid=>5, :action=>"endpoints", :method=>"multiple_arguments", :result=>"{\"setTitle\":[\"Hit AlternativeController's before filter\"]}"}

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:37:10 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
!!! r:: {:type=>"rpc", :tid=>6, :action=>"endpoints", :method=>"array_as_argument", :result=>"{\"setTitle\":[\"Hit AlternativeController's before filter\"]}"}

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:37:11 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>7, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
!!! r:: {:type=>"rpc", :tid=>7, :action=>"endpoints", :method=>"do_nothing", :result=>"{\"setTitle\":[\"Hit AlternativeController's before filter\"]}"}

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:37:15 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>8, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
!!! r:: {:type=>"rpc", :tid=>8, :action=>"endpoints", :method=>"get_answer", :result=>"{\"setTitle\":[\"Hit AlternativeController's before filter\"]}"}

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:37:25 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>9, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
!!! r:: {:type=>"rpc", :tid=>9, :action=>"endpoints", :method=>"no_response", :result=>"{\"setTitle\":[\"Hit AlternativeController's before filter\"]}"}

  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 22:38:24 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (22.3ms)
Completed 200 OK in 36ms (Views: 35.6ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 22:38:24 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 22:38:27 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:38:28 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:38:29 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 22:38:51 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.7ms)
Completed 200 OK in 24ms (Views: 23.6ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 22:38:52 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 22:38:54 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:38:55 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:38:56 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:38:57 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>3, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:38:57 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 22:39:14 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.5ms)
Completed 200 OK in 24ms (Views: 23.7ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 22:39:15 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 22:39:17 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:39:18 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:39:19 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:39:19 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:39:20 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 18ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 22:39:43 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.9ms)
Completed 200 OK in 45ms (Views: 44.3ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 22:39:43 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 22:39:45 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:39:46 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 22:58:56 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.9ms)
Completed 200 OK in 44ms (Views: 43.4ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 22:58:56 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 22:58:58 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:59:03 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 22:59:39 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.8ms)
Completed 200 OK in 43ms (Views: 23.9ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 22:59:39 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 22:59:41 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 27ms (Views: 25.1ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:59:43 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 22:59:44 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 23:02:05 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (27.2ms)
Completed 200 OK in 60ms (Views: 59.5ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:02:06 +0800

AbstractController::ActionNotFound (The action 'ext' could not be found for NetzkeController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__357025579716543172__call__4448670340540818149__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 23:02:08 +0800
Connecting to database specified by database.yml

AbstractController::ActionNotFound (The action 'ext' could not be found for NetzkeController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__470843334870081588__call__2796761578739244592__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (1.9ms)


Started GET "/components/Netzke/classes/Core/Mixin.js?_dc=1362150128739" for 127.0.0.1 at 2013-03-01 23:02:08 +0800

ActionController::RoutingError (No route matches [GET] "/components/Netzke/classes/Core/Mixin.js"):
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 23:02:58 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (12.8ms)
Completed 200 OK in 23ms (Views: 22.2ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:02:58 +0800

AbstractController::ActionNotFound (The action 'ext' could not be found for NetzkeController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3021828316361212409__call__881241635565538602__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.6ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 23:03:00 +0800
Connecting to database specified by database.yml

AbstractController::ActionNotFound (The action 'ext' could not be found for NetzkeController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3175206148775428614__call__671901593419763390__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (3.7ms)


Started GET "/components/Netzke/classes/Core/Mixin.js?_dc=1362150181591" for 127.0.0.1 at 2013-03-01 23:03:01 +0800

ActionController::RoutingError (No route matches [GET] "/components/Netzke/classes/Core/Mixin.js"):
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 23:05:40 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.7ms)
Completed 200 OK in 45ms (Views: 25.9ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:05:40 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 23:05:42 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 22.9ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:05:47 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:05:48 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 23:06:26 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.5ms)
Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:06:26 +0800

AbstractController::ActionNotFound (The action 'ext' could not be found for NetzkeController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2927828577694821278__call__1566094950243739563__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 23:06:28 +0800
Connecting to database specified by database.yml

AbstractController::ActionNotFound (The action 'ext' could not be found for NetzkeController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3547656487905319679__call__3635982214369591784__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (1.6ms)


Started GET "/components/Netzke/classes/Core/Mixin.js?_dc=1362150389249" for 127.0.0.1 at 2013-03-01 23:06:29 +0800

ActionController::RoutingError (No route matches [GET] "/components/Netzke/classes/Core/Mixin.js"):
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:06:42 +0800

AbstractController::ActionNotFound (The action 'ext' could not be found for NetzkeController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2927828577694821278__call__1566094950243739563__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.3ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:07:06 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:07:29 +0800
Connecting to database specified by database.yml

AbstractController::ActionNotFound (The action 'ext' could not be found for NetzkeController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4458132138062970134__call__394298251503617377__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (2.2ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:08:56 +0800
Connecting to database specified by database.yml

ActionController::RoutingError (uninitialized constant Netzke::Railz::ControllerExtensionss):
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:3:in `<class:NetzkeController>'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:2:in `<top (required)>'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__369141482173687743__call__1664878441991847776__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.8ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:09:38 +0800
Connecting to database specified by database.yml

AbstractController::ActionNotFound (The action 'ext' could not be found for NetzkeController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1322097584692315523__call__2432763616093613490__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (1.6ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:10:30 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:11:50 +0800
Connecting to database specified by database.yml

AbstractController::ActionNotFound (The action 'ext' could not be found for NetzkeController):
  actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2549199241437554704__call__1057365174666303241__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (1.6ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:14:55 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:15:05 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 23:15:12 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.7ms)
Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:15:12 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 23:15:26 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.0ms)
Completed 200 OK in 23ms (Views: 22.5ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:15:26 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 23:15:28 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:15:31 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:15:32 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 23:16:36 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.0ms)
Completed 200 OK in 40ms (Views: 39.6ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:16:37 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 23:16:39 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 23:18:15 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.2ms)
Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:18:15 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 23:18:17 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 27ms (Views: 25.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 23:18:21 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (12.7ms)
Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:18:21 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-01 23:18:23 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:18:38 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:18:39 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 23:19:51 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.1ms)
Completed 200 OK in 23ms (Views: 22.5ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:19:51 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 23:19:53 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:19:55 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 23:22:43 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.6ms)
Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:22:44 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 23:22:46 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:22:48 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 23:23:35 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (12.9ms)
Completed 500 Internal Server Error in 28ms

ActionView::Template::Error (undefined method `netzke_path' for #<#<Class:0x007fcd211e4830>:0x007fcd213f4d28>):
    3: <head>
    4:   <title>Netzke Core Test App</title>
    5:   <%= csrf_meta_tag %>
    6:   <%= load_netzke minified: true %>
    7: 
    8:   <% if params[:spec] %>
    9:     <%= javascript_include_tag "/assets/expect/expect.js" %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext/ext.rb:14:in `netzke_ext_css_include'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:70:in `netzke_css_include'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:29:in `load_netzke'
  app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___547947214693019983_70259503386380'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__784726757761932813__process_action__1574416017905187044__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2010148138645873503__call__1911274821162825503__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (24.5ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 23:23:48 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.0ms)
Completed 200 OK in 38ms (Views: 37.7ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 23:23:48 +0800
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:23:50 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:23:53 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:23:57 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"noResponse", "data"=>[{}], "type"=>"rpc", "tid"=>2, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:23:58 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:23:59 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"arrayAsArgument", "data"=>nil, "type"=>"rpc", "tid"=>4, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:24:01 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"doNothing", "data"=>[{}], "type"=>"rpc", "tid"=>5, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:24:02 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>6, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:24:08 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>7, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 23:24:30 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (13.3ms)
Completed 200 OK in 41ms (Views: 40.7ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:24:30 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 23:24:32 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:24:34 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"getAnswer", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-01 23:26:28 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (18.9ms)
Completed 200 OK in 31ms (Views: 30.8ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:26:28 +0800
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 23:26:30 +0800
Connecting to database specified by database.yml
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 7.0ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:26:32 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"endpoints", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Actions" for 127.0.0.1 at 2013-03-01 23:26:40 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Actions"}
  Rendered inline template within layouts/application (6.5ms)
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:26:40 +0800


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 23:26:40 +0800
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-03-01 23:26:47 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (20.2ms)
Completed 200 OK in 23ms (Views: 22.5ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-01 23:26:47 +0800


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-01 23:26:47 +0800
Processing by AlternativeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by AlternativeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:26:50 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"composition__west_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:26:51 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"composition__center_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>2, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-01 23:26:53 +0800
Processing by AlternativeController#direct as */*
  Parameters: {"act"=>"composition__center_panel", "method"=>"multipleArguments", "data"=>nil, "type"=>"rpc", "tid"=>3, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Filter chain halted as :fixed_response rendered or redirected
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-03-02 00:03:47 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (23.5ms)
Completed 500 Internal Server Error in 34ms

ActionView::Template::Error (No component 'center_panel' defined for 'composition'):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:135:in `block in component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:133:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:133:in `component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:148:in `block in dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:147:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:147:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:100:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___2160846319494005526_70250512592400'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__1437396578320889100__process_action__393643135418040708__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1502731541640462798__call__128668958942054320__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-03-02 00:05:08 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (16.0ms)
Completed 500 Internal Server Error in 39ms

ActionView::Template::Error (undefined local variable or method `instance_config' for #<Composition:0x007fa7d91b0958>):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:137:in `block in component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:133:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:133:in `component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:148:in `block in dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:147:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:147:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:100:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template__474205950667159632_70179455462980'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__2437060668234645440__process_action__3817608005576391892__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3556554139037685680__call__2681547214828080253__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.7ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-03-02 00:05:23 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (33.7ms)
Completed 200 OK in 43ms (Views: 42.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 00:05:23 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 00:05:25 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-03-02 00:08:12 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (38.9ms)
Completed 200 OK in 67ms (Views: 66.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 00:08:13 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 00:08:15 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-02 04:50:22 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (31.5ms)
Completed 500 Internal Server Error in 44ms

ActionView::Template::Error (undefined local variable or method `items' for #<Endpoints:0x007fcf411269d0>):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:203:in `detect_and_normalize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:181:in `extend_item'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:222:in `block (2 levels) in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `call'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `block in netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:222:in `block in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:219:in `each_pair'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:219:in `normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:231:in `normalized_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:44:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/actions.rb:84:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `block in js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `tap'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/embedding.rb:6:in `js_component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:57:in `netzke'
  inline template:1:in `_inline_template___4172486632003730884_70264080374560'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__3858558375793313813__process_action__3022894055117969215__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1716756985397181649__call__2945662669531394815__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.9ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-02 04:50:48 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (14.6ms)
Completed 500 Internal Server Error in 22ms

ActionView::Template::Error (undefined method `item' for #<Endpoints:0x007fa3243df508>):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:204:in `detect_and_normalize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:181:in `extend_item'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:222:in `block (2 levels) in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `call'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `block in netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:222:in `block in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:219:in `each_pair'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:219:in `normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:231:in `normalized_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:44:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/actions.rb:84:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `block in js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `tap'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/embedding.rb:6:in `js_component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:57:in `netzke'
  inline template:1:in `_inline_template___1731156096898518549_70169331710860'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__3766999953638765526__process_action__4031372310247785500__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4155079937626951263__call__3450285989446804052__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.1ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-02 04:52:28 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (2.4ms)
Completed 500 Internal Server Error in 4ms

ActionView::Template::Error (undefined method `item' for #<Endpoints:0x007fa323ae2680>):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:204:in `detect_and_normalize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:181:in `extend_item'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:222:in `block (2 levels) in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `call'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `block in netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:222:in `block in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:219:in `each_pair'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:219:in `normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:231:in `normalized_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:44:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/actions.rb:84:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `block in js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `tap'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/embedding.rb:6:in `js_component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:57:in `netzke'
  inline template:1:in `_inline_template___1731156096898518549_70169326531980'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__3766999953638765526__process_action__4031372310247785500__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4155079937626951263__call__3450285989446804052__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-02 04:52:37 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
!!! item:: {:netzke_action=>:with_response, :excluded=>nil}

  Rendered inline template within layouts/application (24.3ms)
Completed 500 Internal Server Error in 52ms

ActionView::Template::Error (undefined method `item' for #<Endpoints:0x007fc5f297cd58>):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:205:in `detect_and_normalize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:181:in `extend_item'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:223:in `block (2 levels) in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `call'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `block in netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:223:in `block in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:220:in `each_pair'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:220:in `normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:232:in `normalized_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:44:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/actions.rb:84:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `block in js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `tap'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/embedding.rb:6:in `js_component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:57:in `netzke'
  inline template:1:in `_inline_template___3196491350425405579_70244073067900'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__2041443329830379610__process_action__2724095809577412156__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2170989661814871133__call__4117041889944576942__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.8ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-02 04:52:43 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
!!! item:: {:netzke_action=>:with_response, :excluded=>nil}

  Rendered inline template within layouts/application (2.1ms)
Completed 500 Internal Server Error in 3ms

ActionView::Template::Error (undefined method `item' for #<Endpoints:0x007fc5f567c8d0>):
    1: <%= netzke :endpoints, :class_name => 'Endpoints', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:205:in `detect_and_normalize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:181:in `extend_item'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:223:in `block (2 levels) in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `call'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `block in netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:223:in `block in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:220:in `each_pair'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:220:in `normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:232:in `normalized_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:44:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/actions.rb:84:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `block in js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `tap'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/embedding.rb:6:in `js_component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:57:in `netzke'
  inline template:1:in `_inline_template___3196491350425405579_70244101230760'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__2041443329830379610__process_action__2724095809577412156__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2170989661814871133__call__4117041889944576942__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.6ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-02 04:53:45 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
!!! item:: {:netzke_action=>:with_response, :excluded=>nil}

!!! item:: {:netzke_action=>:no_response, :excluded=>nil}

!!! item:: {:netzke_action=>:multiple_arguments, :excluded=>nil}

!!! item:: {:netzke_action=>:array_as_argument, :excluded=>nil}

!!! item:: {:netzke_action=>:callback_and_scope, :excluded=>nil}

!!! item:: {:netzke_action=>:return_value, :excluded=>nil}

  Rendered inline template within layouts/application (18.4ms)
Completed 200 OK in 49ms (Views: 48.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 04:53:46 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 04:53:48 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 28ms (Views: 26.6ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-02 05:03:54 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (15.1ms)
Completed 200 OK in 25ms (Views: 24.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 05:03:55 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 05:03:57 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-03-02 05:09:14 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (47.4ms)
Completed 200 OK in 51ms (Views: 50.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 05:09:14 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 05:09:14 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-03-02 05:09:31 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (38.9ms)
Completed 200 OK in 55ms (Views: 54.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 05:09:32 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 31ms (Views: 29.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 05:09:34 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 29ms (Views: 27.6ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml


Started GET "/components/Composition" for 127.0.0.1 at 2013-03-02 05:13:14 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (51.0ms)
Completed 200 OK in 62ms (Views: 61.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 05:13:14 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 30ms (Views: 2.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 05:13:17 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 15ms (Views: 12.8ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-03-02 05:13:21 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (18.8ms)
Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 05:13:21 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 05:13:21 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-03-02 05:13:25 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (54.3ms)
Completed 200 OK in 64ms (Views: 63.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 05:13:26 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 30ms (Views: 3.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 05:13:28 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.0ms)


Started GET "/components/Endpoints" for 127.0.0.1 at 2013-03-02 05:13:31 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Endpoints"}
  Rendered inline template within layouts/application (5.1ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 05:13:31 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 05:13:31 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-03-02 05:25:15 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (65.0ms)
Completed 200 OK in 79ms (Views: 78.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 05:25:15 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 30ms (Views: 4.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 05:25:18 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-03-02 05:27:39 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (22.5ms)
Completed 500 Internal Server Error in 33ms

ActionView::Template::Error (No component 'north_panel' defined for 'composition'):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:131:in `block in component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:129:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:129:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:129:in `component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:142:in `block in dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:141:in `dependency_classes'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:100:in `js_missing_code'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:53:in `netzke'
  inline template:1:in `_inline_template___3660879267217542633_70093623292680'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__2836503514220362287__process_action__1884594267156719543__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4536866326988039053__call__620127373712932734__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.7ms)
Connecting to database specified by database.yml


Started GET "/components/Composition" for 127.0.0.1 at 2013-03-02 05:32:04 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (31.2ms)
Completed 500 Internal Server Error in 41ms

ActionView::Template::Error (can't convert Symbol into Integer):
    1: <%= netzke :composition, :class_name => 'Composition', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:167:in `[]'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/composition.rb:167:in `extend_item'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/actions.rb:89:in `extend_item'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/configuration.rb:98:in `block (2 levels) in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `call'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `block in netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/ruby_ext/array.rb:3:in `netzke_deep_map'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/configuration.rb:98:in `block in normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/configuration.rb:95:in `each_pair'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/configuration.rb:95:in `normalize_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/configuration.rb:107:in `normalized_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:44:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/actions.rb:84:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `block in js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `tap'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:91:in `block in js_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:89:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:89:in `inject'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:89:in `js_components'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:50:in `block in js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:49:in `each'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:49:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/actions.rb:84:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `block in js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `tap'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/embedding.rb:6:in `js_component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:57:in `netzke'
  inline template:1:in `_inline_template___2100562755079072758_70200800231700'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__3737432603743116580__process_action__881091629949573658__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4205444808698023342__call__4258412046777994076__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.8ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-03-02 05:32:20 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (55.9ms)
Completed 200 OK in 67ms (Views: 66.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 05:32:21 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 30ms (Views: 3.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 05:32:23 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.0ms)


Started GET "/components/Composition" for 127.0.0.1 at 2013-03-02 05:34:44 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"Composition"}
  Rendered inline template within layouts/application (88.9ms)
Completed 200 OK in 105ms (Views: 104.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 05:34:45 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 48ms (Views: 47.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 05:34:49 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 19ms (Views: 14.5ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 06:52:42 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (7.5ms)
Completed 500 Internal Server Error in 20ms

ActionView::Template::Error (/Users/skozlov/code/netzke/netzke-core/test/core_test_app/app/components/haml_panel.rb:9: syntax error, unexpected tIDENTIFIER, expecting ')'
    engine.render
          ^):
    1: <%= netzke :haml_panel, :class_name => 'HamlPanel', :height => 400 %>
  activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load'
  activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file'
  activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in'
  activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file'
  activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load'
  activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant'
  activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing'
  activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each'
  activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.12) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:79:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___978932703868284814_70182010502320'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__1084748304284129080__process_action__3662867381674339068__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3796682955405540018__call__86289635277532190__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.9ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 06:52:57 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (11.4ms)
Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 06:52:57 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 06:53:00 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 06:55:54 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (1.6ms)
Completed 500 Internal Server Error in 3ms

ActionView::Template::Error (Illegal nesting: content can't be both given on the same line as %h1 and nested within it.):
    1: <%= netzke :haml_panel, :class_name => 'HamlPanel', :height => 400 %>
  (haml):2
  haml (4.0.0) lib/haml/parser.rb:394:in `tag'
  haml (4.0.0) lib/haml/parser.rb:214:in `process_line'
  haml (4.0.0) lib/haml/parser.rb:122:in `parse'
  haml (4.0.0) lib/haml/engine.rb:66:in `initialize'
  app/components/haml_panel.rb:9:in `new'
  app/components/haml_panel.rb:9:in `render'
  app/components/haml_panel.rb:4:in `configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:116:in `initialize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:80:in `new'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:80:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___978932703868284814_70182010837400'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__1084748304284129080__process_action__3662867381674339068__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3796682955405540018__call__86289635277532190__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 06:56:21 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (2.8ms)
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 06:56:22 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 06:56:22 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 06:56:28 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (2.0ms)
Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 06:56:28 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 06:56:28 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 06:58:54 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
!!! self.class:: Object

  Rendered inline template within layouts/application (3.1ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 06:58:54 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 06:58:54 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:00:57 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
!!! self.class:: HamlPanel

  Rendered inline template within layouts/application (3.8ms)
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:00:58 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:00:58 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:01:32 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (1.9ms)
Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:01:32 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:01:32 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:02:53 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (2.1ms)
Completed 500 Internal Server Error in 4ms

ActionView::Template::Error (undefined local variable or method `who' for #<HamlPanel:0x007fa90f2e7588>):
    1: <%= netzke :haml_panel, :class_name => 'HamlPanel', :height => 400 %>
  (haml):2:in `block in render'
  haml (4.0.0) lib/haml/engine.rb:129:in `eval'
  haml (4.0.0) lib/haml/engine.rb:129:in `render'
  app/components/haml_panel.rb:10:in `call'
  app/components/haml_panel.rb:10:in `render'
  app/components/haml_panel.rb:4:in `configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:116:in `initialize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:80:in `new'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:80:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___978932703868284814_70182040101340'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__1084748304284129080__process_action__3662867381674339068__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3796682955405540018__call__86289635277532190__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (32.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (40.5ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:03:57 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (2.8ms)
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:03:57 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:03:57 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:04:11 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (2.8ms)
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:04:11 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:04:11 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:08:30 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (29.6ms)
Completed 500 Internal Server Error in 41ms

ActionView::Template::Error (No such file or directory - /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/html/html/body.haml):
    1: <%= netzke :haml_panel, :class_name => 'HamlPanel', :height => 400 %>
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/html.rb:5:in `read'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/html.rb:5:in `render'
  app/components/haml_panel.rb:6:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `block in js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `tap'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/embedding.rb:6:in `js_component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:57:in `netzke'
  inline template:1:in `_inline_template___665483906593070774_70188532331340'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__4229638411074193284__process_action__1475712625236244196__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__377086091841289640__call__4062555015836481423__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.1ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:09:42 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (9.0ms)
Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:09:42 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:09:45 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:13:34 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (2.5ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:13:35 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:13:35 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:15:02 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (7.1ms)
Completed 500 Internal Server Error in 9ms

ActionView::Template::Error (Illegal nesting: content can't be both given on the same line as %h1 and nested within it.):
    1: <%= netzke :haml_panel, :class_name => 'HamlPanel', :height => 400 %>
  (haml):2
  haml (4.0.0) lib/haml/parser.rb:394:in `tag'
  haml (4.0.0) lib/haml/parser.rb:214:in `process_line'
  haml (4.0.0) lib/haml/parser.rb:122:in `parse'
  haml (4.0.0) lib/haml/engine.rb:66:in `initialize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/html.rb:6:in `new'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/html.rb:6:in `render'
  app/components/haml_panel.rb:6:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `block in js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `tap'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/embedding.rb:6:in `js_component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:57:in `netzke'
  inline template:1:in `_inline_template___3068953316557986012_70331001952780'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__4538030611076889123__process_action__70597398853978841__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3050826536669635875__call__679092002856855046__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:15:05 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (2.5ms)
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:15:05 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:15:05 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/ll" for 127.0.0.1 at 2013-03-02 07:15:06 +0800
Processing by ComponentsController#index as */*
  Parameters: {"component"=>"ll"}
  Rendered inline template within layouts/application (0.7ms)
Completed 500 Internal Server Error in 3ms

ActionView::Template::Error (wrong constant name ll):
    1: <%= netzke :ll, :class_name => 'll', :height => 400 %>
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `const_defined?'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each'
  activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize'
  activesupport (3.2.12) lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/base.rb:81:in `instance_by_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:47:in `netzke'
  inline template:1:in `_inline_template___3068953316557986012_70331013489780'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__4538030611076889123__process_action__70597398853978841__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3050826536669635875__call__679092002856855046__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.9ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:15:46 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (2.4ms)
Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:15:46 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:15:46 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:16:37 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (2.7ms)
Completed 500 Internal Server Error in 5ms

ActionView::Template::Error (Illegal nesting: content can't be both given on the same line as %li and nested within it.):
    1: <%= netzke :haml_panel, :class_name => 'HamlPanel', :height => 400 %>
  (haml):4
  haml (4.0.0) lib/haml/parser.rb:394:in `tag'
  haml (4.0.0) lib/haml/parser.rb:214:in `process_line'
  haml (4.0.0) lib/haml/parser.rb:122:in `parse'
  haml (4.0.0) lib/haml/engine.rb:66:in `initialize'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/html.rb:6:in `new'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/html.rb:6:in `render'
  app/components/haml_panel.rb:6:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `block in js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `tap'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/embedding.rb:6:in `js_component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:57:in `netzke'
  inline template:1:in `_inline_template___3068953316557986012_70331013149900'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__4538030611076889123__process_action__70597398853978841__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3050826536669635875__call__679092002856855046__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:17:13 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (2.5ms)
Completed 200 OK in 30ms (Views: 30.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:17:13 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:17:13 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:17:56 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (3.6ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:17:56 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:17:56 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:22:50 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (10.9ms)
Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:22:50 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:22:50 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:23:03 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (4.4ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:23:03 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:23:03 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-02 07:23:04 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"haml_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 3ms

TypeError (can't convert ActiveSupport::SafeBuffer into Hash):
  app/components/haml_panel.rb:23:in `update'
  app/components/haml_panel.rb:23:in `block in <class:HamlPanel>'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:44:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:10:in `direct'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__411733477295378080__process_action__4168535805076663458__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3050826536669635875__call__679092002856855046__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms)


Started POST "/some/path/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-02 07:23:04 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"haml_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 2ms

TypeError (can't convert ActiveSupport::SafeBuffer into Hash):
  app/components/haml_panel.rb:23:in `update'
  app/components/haml_panel.rb:23:in `block in <class:HamlPanel>'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:44:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:10:in `direct'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__411733477295378080__process_action__4168535805076663458__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3050826536669635875__call__679092002856855046__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms)


Started POST "/some/path/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-02 07:23:04 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"haml_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
Completed 500 Internal Server Error in 1ms

TypeError (can't convert ActiveSupport::SafeBuffer into Hash):
  app/components/haml_panel.rb:23:in `update'
  app/components/haml_panel.rb:23:in `block in <class:HamlPanel>'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/services.rb:109:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:44:in `invoke_endpoint'
  /Users/skozlov/code/netzke/netzke-core/app/controllers/netzke_controller.rb:10:in `direct'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__411733477295378080__process_action__4168535805076663458__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3050826536669635875__call__679092002856855046__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:24:01 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (5.6ms)
Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:24:01 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:24:01 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-02 07:24:03 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"haml_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:24:39 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (4.8ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:24:39 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:24:39 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:24:47 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (4.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:24:47 +0800


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:24:47 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:24:54 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (5.8ms)
Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:24:54 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:24:54 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:24:59 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (4.5ms)
Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:24:59 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:24:59 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:26:10 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (8.3ms)
Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:26:10 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:26:10 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:26:23 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (3.7ms)
Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)




Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:26:23 +0800
Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:26:23 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:28:02 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (5.2ms)
Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:28:02 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:28:02 +0800
Processing by NetzkeController#ext as JS
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)


Started GET "/images/icons/hourglass.png" for 127.0.0.1 at 2013-03-02 07:28:02 +0800

ActionController::RoutingError (No route matches [GET] "/images/icons/hourglass.png"):
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:29:05 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (3.9ms)
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:29:05 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:29:05 +0800
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-02 07:29:17 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"haml_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:29:39 +0800
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (3.6ms)
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:29:39 +0800


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:29:39 +0800
Processing by NetzkeController#ext as CSS
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
  Rendered text template (0.0ms)
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:29:45 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (17.5ms)
Completed 500 Internal Server Error in 44ms

ActionView::Template::Error (undefined method `render' for #<HamlPanel:0x007fef2190e260>):
    1: <%= netzke :haml_panel, :class_name => 'HamlPanel', :height => 400 %>
  app/components/haml_panel.rb:11:in `js_configure'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `block in js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `tap'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/javascript.rb:84:in `js_config'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/embedding.rb:6:in `js_component_instance'
  /Users/skozlov/code/netzke/netzke-core/lib/netzke/core/railz/action_view_ext.rb:57:in `netzke'
  inline template:1:in `_inline_template__1870933757981277622_70332514143540'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  app/controllers/components_controller.rb:4:in `index'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:425:in `_run__720911687497380694__process_action__1282939264668284763__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3781617781219367134__call__4201832539752357988__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
  /Users/skozlov/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'


  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/skozlov/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.1ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-02 07:29:54 +0800
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (32.9ms)
Completed 200 OK in 44ms (Views: 43.5ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.css" for 127.0.0.1 at 2013-03-02 07:29:55 +0800
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)


Started GET "/some/path/netzke/ext.js" for 127.0.0.1 at 2013-03-02 07:29:58 +0800
Connecting to database specified by database.yml
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 11ms (Views: 8.5ms | ActiveRecord: 0.0ms)


Started POST "/some/path/netzke/direct/?authenticity_token=apPvj4oNM%2F92ZOwHI2%2FnRes5mnx2X7aJisoh2H3h77w%3D" for 127.0.0.1 at 2013-03-02 07:35:10 +0800
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"haml_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"apPvj4oNM/92ZOwHI2/nRes5mnx2X7aJisoh2H3h77w="}
  Rendered text template (0.0ms)
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)


Started GET "/components/HamlPanel" for 127.0.0.1 at 2013-03-12 20:29:27 +0700
Connecting to database specified by database.yml
Processing by ComponentsController#index as HTML
  Parameters: {"component"=>"HamlPanel"}
  Rendered inline template within layouts/application (36.8ms)
Completed 200 OK in 70ms (Views: 69.0ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.js" for 127.0.0.1 at 2013-03-12 20:29:28 +0700
Processing by NetzkeController#ext as JS
  Rendered text template (0.0ms)
Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.0ms)


Started GET "/netzke/ext.css" for 127.0.0.1 at 2013-03-12 20:29:30 +0700
Connecting to database specified by database.yml
Processing by NetzkeController#ext as CSS
  Rendered text template (0.0ms)
Completed 200 OK in 29ms (Views: 26.7ms | ActiveRecord: 0.0ms)


Started POST "/netzke/direct/?authenticity_token=vssNAJigkQ7wGl8%2Fhp7xxP0MHtJwY1A5fdg%2BoPdXfZ0%3D" for 127.0.0.1 at 2013-03-12 20:29:36 +0700
Processing by NetzkeController#direct as */*
  Parameters: {"act"=>"haml_panel", "method"=>"whatsUp", "data"=>nil, "type"=>"rpc", "tid"=>1, "authenticity_token"=>"vssNAJigkQ7wGl8/hp7xxP0MHtJwY1A5fdg+oPdXfZ0="}
  Rendered text template (0.0ms)
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)