Skip to content

Instantly share code, notes, and snippets.

@bhb
Created June 19, 2009 15:07
Show Gist options
  • Save bhb/132665 to your computer and use it in GitHub Desktop.
Save bhb/132665 to your computer and use it in GitHub Desktop.
3) Error:
test_search_should_return_matching_ids(ZipCodeTest) [test/unit/zip_code_test.rb]:
stack level too deep:/home/devver_user/3/vendor/plugins/routing_tricks/lib/jamis_buck/routing/route.rb:10:in `recognition_conditions_without_host'
/home/devver_user/3/vendor/plugins/routing_tricks/lib/jamis_buck/routing/route.rb:10:in `recognition_conditions'
/home/devver_user/3/vendor/rails/actionpack/lib/action_controller/routing/route.rb:201:in `write_recognition!'
/home/devver_user/3/vendor/rails/actionpack/lib/action_controller/routing/route.rb:118:in `freeze'
/home/devver_user/3/vendor/rails/actionpack/lib/action_controller/routing/builder.rb:178:in `build'
/home/devver_user/3/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:308:in `add_route'
/home/devver_user/3/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:316:in `add_named_route'
/home/devver_user/3/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:57:in `method_missing'
/home/devver_user/3/config/routes.rb:17
/home/devver_user/3/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:226:in `draw'
/home/devver_user/3/config/routes.rb:1
/home/devver_user/3/vendor/rails/activesupport/lib/active_support/dependencies.rb:147:in `load_without_new_constant_marking'
/home/devver_user/3/vendor/rails/activesupport/lib/active_support/dependencies.rb:147:in `load'
/home/devver_user/3/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:286:in `load_routes!'
/home/devver_user/3/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:286:in `each'
/home/devver_user/3/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:286:in `load_routes!'
/home/devver_user/3/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:266:in `reload!'
/home/devver_user/3/config/../vendor/rails/railties/lib/initializer.rb:515:in `initialize_routing'
/home/devver_user/3/config/../vendor/rails/railties/lib/initializer.rb:186:in `process'
/home/devver_user/3/config/../vendor/rails/railties/lib/initializer.rb:113:in `send'
/home/devver_user/3/config/../vendor/rails/railties/lib/initializer.rb:113:in `run'
/home/devver_user/3/config/environment.rb:30
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
/home/devver_user/3/vendor/rails/activesupport/lib/active_support/dependencies.rb:158:in `require'
./test/unit/../test_helper.rb:2
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
/home/devver_user/3/vendor/rails/activesupport/lib/active_support/dependencies.rb:158:in `require'
./test/unit/zip_code_test.rb:10
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
/home/devver_user/3/vendor/rails/activesupport/lib/active_support/dependencies.rb:158:in `require'
/workers_copy/lib/worker/test_unit/test_unit_runner.rb:69:in `run'
/workers_copy/lib/worker/test_unit/test_unit_runner.rb:41:in `chdir_to_project_root'
/workers_copy/lib/worker/test_unit/test_unit_runner.rb:68:in `run'
/workers_copy/lib/worker/test_handler.rb:172:in `execute_test'
/workers_copy/lib/worker/test_handler.rb:83:in `execute'
/workers_copy/lib/worker/test_handler.rb:171:in `execute_test'
/workers_copy/lib/worker/test_handler.rb:59:in `run_test'
/workers_copy/lib/worker/worker.rb:173:in `complete_test'
/workers_copy/lib/worker/worker.rb:199:in `handle_testing_request'
/workers_copy/lib/worker/worker.rb:118:in `set_up_handlers'
/workers_copy/lib/mailbox.rb:157:in `call'
/workers_copy/lib/mailbox.rb:157:in `handle_message'
/workers_copy/lib/mailbox.rb:136:in `get_message'
/workers_copy/lib/mailbox.rb:296:in `take'
/workers_copy/lib/mailbox.rb:316:in `yield_then_delete'
/workers_copy/lib/mailbox.rb:295:in `take'
/workers_copy/lib/mailbox.rb:175:in `retry_if_disconnected'
/workers_copy/lib/mailbox.rb:280:in `take'
/workers_copy/lib/mailbox.rb:135:in `get_message'
/workers_copy/lib/mailbox.rb:164:in `start'
/workers_copy/lib/mailbox.rb:163:in `loop'
/workers_copy/lib/mailbox.rb:163:in `start'
/workers_copy/lib/worker/worker.rb:89:in `start_worker'
/workers_copy/bin/start_worker.rb:34:
Exception: Exception
No backtrace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment