Last active
December 15, 2015 09:29
-
-
Save dpmccabe/5238273 to your computer and use it in GitHub Desktop.
timeout backtraces
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/postgresql_adapter.rb:1147:in `translate_exception' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract_adapter.rb:284:in `rescue in log' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/active_record.rb:32:in `block in log_with_newrelic_instrumentation' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/method_tracer.rb:242:in `trace_execution_scoped' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/active_record.rb:29:in `log_with_newrelic_instrumentation' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/postgresql_adapter.rb:659:in `exec_query' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/postgresql_adapter.rb:1256:in `select' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/database_statements.rb:18:in `select_all' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `block in select_all' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/query_cache.rb:75:in `cache_sql' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `select_all' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/querying.rb:38:in `block in find_by_sql' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/explain.rb:41:in `logging_query_plan' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/querying.rb:37:in `find_by_sql' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/method_tracer.rb:493:in `block in find_by_sql_with_trace_ActiveRecord_self_name_find_by_sql' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/method_tracer.rb:242:in `trace_execution_scoped' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/method_tracer.rb:488:in `find_by_sql_with_trace_ActiveRecord_self_name_find_by_sql' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/relation.rb:171:in `exec_queries' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/relation.rb:160:in `block in to_a' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/explain.rb:41:in `logging_query_plan' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/relation.rb:159:in `to_a' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/relation.rb:189:in `exec_queries' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/relation.rb:160:in `block in to_a' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/explain.rb:41:in `logging_query_plan' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/relation.rb:159:in `to_a' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/relation/finder_methods.rb:380:in `find_first' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/relation/finder_methods.rb:122:in `first' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/associations/singular_association.rb:42:in `find_target' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/associations/association.rb:145:in `load_target' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/associations/association.rb:55:in `reload' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/associations/singular_association.rb:9:in `reader' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/associations/builder/association.rb:44:in `block in define_readers' | |
| app/classes/user_assessment_builder.rb:17:in `block (2 levels) in build_user_assessment' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/associations/collection_proxy.rb:89:in `each' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/associations/collection_proxy.rb:89:in `method_missing' | |
| app/classes/user_assessment_builder.rb:15:in `block in build_user_assessment' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/associations/collection_proxy.rb:89:in `each' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/associations/collection_proxy.rb:89:in `method_missing' | |
| app/classes/user_assessment_builder.rb:14:in `build_user_assessment' | |
| app/controllers/assessment_controller.rb:75:in `save_assessment' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/implicit_render.rb:4:in `send_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/base.rb:167:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/rendering.rb:10:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/callbacks.rb:18:in `block in process_action' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:447:in `_run__428920789682001264__process_action__2767786401378736182__callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/callbacks.rb:17:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/rescue.rb:29:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `block in instrument' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:20:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:29:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/railties/controller_runtime.rb:18:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:34:in `block in process_action' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/controller_instrumentation.rb:268:in `block in perform_action_with_newrelic_trace' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/method_tracer.rb:242:in `trace_execution_scoped' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/controller_instrumentation.rb:263:in `perform_action_with_newrelic_trace' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:33:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/base.rb:121:in `process' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:45:in `process' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal.rb:203:in `dispatch' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal.rb:246:in `block in action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:73:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:36:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' | |
| vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' | |
| vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:612:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/omniauth-1.1.0/lib/omniauth/strategy.rb:177:in `call!' | |
| vendor/bundle/ruby/1.9.1/gems/omniauth-1.1.0/lib/omniauth/strategy.rb:157:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/omniauth-1.1.0/lib/omniauth/builder.rb:48:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/rack/error_collector.rb:8:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/rack/browser_monitoring.rb:12:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-timeout-0.0.3/lib/rack/timeout.rb:16:in `block in call' | |
| vendor/ruby-1.9.3/lib/ruby/1.9.1/timeout.rb:68:in `timeout' | |
| vendor/bundle/ruby/1.9.1/gems/rack-timeout-0.0.3/lib/rack/timeout.rb:16:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/mongoid-3.0.6/lib/rack/mongoid/middleware/identity_map.rb:33:in `block in call' | |
| vendor/bundle/ruby/1.9.1/gems/mongoid-3.0.6/lib/mongoid/unit_of_work.rb:39:in `unit_of_work' | |
| vendor/bundle/ruby/1.9.1/gems/mongoid-3.0.6/lib/rack/mongoid/middleware/identity_map.rb:33:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' | |
| vendor/bundle/ruby/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' | |
| vendor/bundle/ruby/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/conditionalget.rb:35:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/head.rb:14:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/params_parser.rb:21:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/flash.rb:242:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/cookies.rb:341:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/query_cache.rb:64:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `_run__4455283607704813081__call__630867029968534750__callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/callbacks.rb:27:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/rack/logger.rb:32:in `call_app' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/rack/logger.rb:16:in `block in call' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/tagged_logging.rb:22:in `tagged' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/rack/logger.rb:16:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/request_id.rb:22:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/static.rb:63:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-ssl-1.3.3/lib/rack/ssl.rb:27:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward' | |
| vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:143:in `pass' | |
| vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:155:in `invalidate' | |
| vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:71:in `call!' | |
| vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/engine.rb:479:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/application.rb:223:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/deflater.rb:13:in `call' | |
| config/environment.rb:16:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:552:in `process_client' | |
| vendor/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:632:in `worker_loop' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/unicorn_instrumentation.rb:18:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/unicorn_instrumentation.rb:18:in `block (4 levels) in <top (required)>' | |
| vendor/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:500:in `spawn_missing_workers' | |
| vendor/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:142:in `start' | |
| vendor/bundle/ruby/1.9.1/gems/unicorn-4.6.2/bin/unicorn:126:in `<top (required)>' | |
| vendor/bundle/ruby/1.9.1/bin/unicorn:23:in `load' | |
| vendor/bundle/ruby/1.9.1/bin/unicorn:23:in `<main>' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vendor/ruby-1.9.3/lib/ruby/1.9.1/psych.rb:297:in `initialize' | |
| vendor/ruby-1.9.3/lib/ruby/1.9.1/psych.rb:297:in `open' | |
| vendor/ruby-1.9.3/lib/ruby/1.9.1/psych.rb:297:in `load_file' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/carmen-206fcbe93bb5/lib/carmen/i18n.rb:98:in `block (2 levels) in load_hashes_for_paths' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/carmen-206fcbe93bb5/lib/carmen/i18n.rb:97:in `map' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/carmen-206fcbe93bb5/lib/carmen/i18n.rb:97:in `block in load_hashes_for_paths' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/carmen-206fcbe93bb5/lib/carmen/i18n.rb:93:in `collect' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/carmen-206fcbe93bb5/lib/carmen/i18n.rb:93:in `load_hashes_for_paths' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/carmen-206fcbe93bb5/lib/carmen/i18n.rb:88:in `load_cache_if_needed' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/carmen-206fcbe93bb5/lib/carmen/i18n.rb:72:in `read' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/carmen-206fcbe93bb5/lib/carmen/i18n.rb:46:in `translate' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/carmen-206fcbe93bb5/lib/carmen/region.rb:20:in `name' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/carmen-206fcbe93bb5/lib/carmen/querying.rb:29:in `block in named' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/carmen-206fcbe93bb5/lib/carmen/querying.rb:28:in `each' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/carmen-206fcbe93bb5/lib/carmen/querying.rb:28:in `find' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/carmen-206fcbe93bb5/lib/carmen/querying.rb:28:in `named' | |
| app/helpers/shipping_helper.rb:7:in `canada_us_subregions' | |
| app/presenters/base_presenter.rb:49:in `method_missing' | |
| app/presenters/brainforest_presenter.rb:18:in `block in address_fields' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers.rb:368:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers.rb:368:in `block in capture_haml' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers.rb:593:in `with_haml_buffer' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers.rb:364:in `capture_haml' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' | |
| app/presenters/brainforest_presenter.rb:13:in `address_fields' | |
| app/views/credits/new.html.haml:120:in `block (3 levels) in _app_views_credits_new_html_haml___4150417813454481589_64916640' | |
| app/helpers/application_helper.rb:21:in `present' | |
| app/views/credits/new.html.haml:116:in `block (2 levels) in _app_views_credits_new_html_haml___4150417813454481589_64916640' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/action_view_mods.rb:45:in `block in capture_with_haml' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers.rb:368:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers.rb:368:in `block in capture_haml' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers.rb:593:in `with_haml_buffer' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers.rb:364:in `capture_haml' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/helpers/form_helper.rb:605:in `fields_for' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/helpers/form_helper.rb:1317:in `fields_for' | |
| vendor/bundle/ruby/1.9.1/gems/simple_form-2.1.0/lib/simple_form/action_view_extensions/builder.rb:205:in `simple_fields_for' | |
| app/views/credits/new.html.haml:110:in `block in _app_views_credits_new_html_haml___4150417813454481589_64916640' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/action_view_mods.rb:133:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/action_view_mods.rb:133:in `block (2 levels) in form_for_with_haml' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers.rb:278:in `with_tabs' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/action_view_mods.rb:133:in `block in form_for_with_haml' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/helpers/capture_helper.rb:40:in `block in capture' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/xss_mods.rb:110:in `with_output_buffer_with_haml_xss' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/helpers/capture_helper.rb:40:in `capture' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/helpers/form_helper.rb:378:in `form_for' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/action_view_mods.rb:135:in `form_for_with_haml' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/xss_mods.rb:133:in `form_for_with_haml_xss' | |
| vendor/bundle/ruby/1.9.1/gems/simple_form-2.1.0/lib/simple_form/action_view_extensions/form_helper.rb:29:in `block in simple_form_for' | |
| vendor/bundle/ruby/1.9.1/gems/simple_form-2.1.0/lib/simple_form/action_view_extensions/form_helper.rb:48:in `with_simple_form_field_error_proc' | |
| vendor/bundle/ruby/1.9.1/gems/simple_form-2.1.0/lib/simple_form/action_view_extensions/form_helper.rb:28:in `simple_form_for' | |
| app/views/credits/new.html.haml:22:in `_app_views_credits_new_html_haml___4150417813454481589_64916640' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/template.rb:145:in `block in render' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:125:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/template.rb:143:in `render' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `block in instrument' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:20:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:45:in `render_template' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:18:in `render' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:156:in `block in render_with_newrelic' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/method_tracer.rb:242:in `trace_execution_scoped' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:155:in `render_with_newrelic' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/renderer.rb:36:in `render_template' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/renderer.rb:17:in `render' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:110:in `_render_template' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/streaming.rb:225:in `_render_template' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:103:in `render_to_body' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/renderers.rb:28:in `render_to_body' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:88:in `render' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/rendering.rb:16:in `render' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' | |
| vendor/ruby-1.9.3/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/core_ext/benchmark.rb:5:in `ms' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:40:in `block in render' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:39:in `render' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/implicit_render.rb:10:in `default_render' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/implicit_render.rb:5:in `send_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/base.rb:167:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/rendering.rb:10:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/callbacks.rb:18:in `block in process_action' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:436:in `_run__1929841907680949199__process_action__3163727798014673844__callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/callbacks.rb:17:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/rescue.rb:29:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `block in instrument' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:20:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:29:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/railties/controller_runtime.rb:18:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:34:in `block in process_action' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/controller_instrumentation.rb:268:in `block in perform_action_with_newrelic_trace' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/method_tracer.rb:242:in `trace_execution_scoped' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/controller_instrumentation.rb:263:in `perform_action_with_newrelic_trace' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:33:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/base.rb:121:in `process' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:45:in `process' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal.rb:203:in `dispatch' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal.rb:246:in `block in action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:73:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:36:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' | |
| vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' | |
| vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:612:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/omniauth-1.1.0/lib/omniauth/strategy.rb:177:in `call!' | |
| vendor/bundle/ruby/1.9.1/gems/omniauth-1.1.0/lib/omniauth/strategy.rb:157:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/omniauth-1.1.0/lib/omniauth/builder.rb:48:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/rack/error_collector.rb:8:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/rack/browser_monitoring.rb:12:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-timeout-0.0.3/lib/rack/timeout.rb:16:in `block in call' | |
| vendor/ruby-1.9.3/lib/ruby/1.9.1/timeout.rb:68:in `timeout' | |
| vendor/bundle/ruby/1.9.1/gems/rack-timeout-0.0.3/lib/rack/timeout.rb:16:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/mongoid-3.0.6/lib/rack/mongoid/middleware/identity_map.rb:33:in `block in call' | |
| vendor/bundle/ruby/1.9.1/gems/mongoid-3.0.6/lib/mongoid/unit_of_work.rb:39:in `unit_of_work' | |
| vendor/bundle/ruby/1.9.1/gems/mongoid-3.0.6/lib/rack/mongoid/middleware/identity_map.rb:33:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' | |
| vendor/bundle/ruby/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' | |
| vendor/bundle/ruby/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/head.rb:14:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/params_parser.rb:21:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/flash.rb:242:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/cookies.rb:341:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/query_cache.rb:64:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `_run__3646103377814396984__call__4476036352545242139__callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/callbacks.rb:27:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/rack/logger.rb:32:in `call_app' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/rack/logger.rb:16:in `block in call' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/tagged_logging.rb:22:in `tagged' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/rack/logger.rb:16:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/request_id.rb:22:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/static.rb:63:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-ssl-1.3.3/lib/rack/ssl.rb:27:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward' | |
| vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:245:in `fetch' | |
| vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:185:in `lookup' | |
| vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:66:in `call!' | |
| vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/engine.rb:479:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/application.rb:223:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/deflater.rb:13:in `call' | |
| config/environment.rb:16:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:552:in `process_client' | |
| vendor/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:632:in `worker_loop' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/unicorn_instrumentation.rb:18:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/unicorn_instrumentation.rb:18:in `block (4 levels) in <top (required)>' | |
| vendor/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:500:in `spawn_missing_workers' | |
| vendor/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:142:in `start' | |
| vendor/bundle/ruby/1.9.1/gems/unicorn-4.6.2/bin/unicorn:126:in `<top (required)>' | |
| vendor/bundle/ruby/1.9.1/bin/unicorn:23:in `load' | |
| vendor/bundle/ruby/1.9.1/bin/unicorn:23:in `<main>' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vendor/bundle/ruby/1.9.1/gems/formtastic-2.2.1/lib/formtastic/inputs/string_input.rb:31:in `<class:StringInput>' | |
| vendor/bundle/ruby/1.9.1/gems/formtastic-2.2.1/lib/formtastic/inputs/string_input.rb:29:in `<module:Inputs>' | |
| vendor/bundle/ruby/1.9.1/gems/formtastic-2.2.1/lib/formtastic/inputs/string_input.rb:2:in `<module:Formtastic>' | |
| vendor/bundle/ruby/1.9.1/gems/formtastic-2.2.1/lib/formtastic/inputs/string_input.rb:1:in `<top (required)>' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/inflector/methods.rb:230:in `const_get' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/inflector/methods.rb:230:in `block in constantize' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/inflector/methods.rb:229:in `each' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/inflector/methods.rb:229:in `constantize' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/core_ext/string/inflections.rb:54:in `constantize' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/form_builder.rb:146:in `input_class_with_const_defined' | |
| vendor/bundle/ruby/1.9.1/gems/formtastic-2.2.1/lib/formtastic/helpers/input_helper.rb:323:in `input_class' | |
| vendor/bundle/ruby/1.9.1/gems/formtastic-2.2.1/lib/formtastic/helpers/input_helper.rb:238:in `input' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/form_builder.rb:22:in `block in input' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/form_builder.rb:173:in `with_new_form_buffer' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/form_builder.rb:22:in `input' | |
| app/views/admin/events/_filter.html.haml:2:in `block in _app_views_admin_events__filter_html_haml__4028769643144302167_69982880' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/action_view_mods.rb:133:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/action_view_mods.rb:133:in `block (2 levels) in form_for_with_haml' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers.rb:278:in `with_tabs' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/action_view_mods.rb:133:in `block in form_for_with_haml' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/helpers/capture_helper.rb:40:in `block in capture' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/xss_mods.rb:110:in `with_output_buffer_with_haml_xss' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/helpers/capture_helper.rb:40:in `capture' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/helpers/form_helper.rb:378:in `form_for' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/action_view_mods.rb:135:in `form_for_with_haml' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/xss_mods.rb:133:in `form_for_with_haml_xss' | |
| vendor/bundle/ruby/1.9.1/gems/formtastic-2.2.1/lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' | |
| vendor/bundle/ruby/1.9.1/gems/formtastic-2.2.1/lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' | |
| vendor/bundle/ruby/1.9.1/gems/formtastic-2.2.1/lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' | |
| app/views/admin/events/_filter.html.haml:1:in `_app_views_admin_events__filter_html_haml__4028769643144302167_69982880' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/template.rb:145:in `block in render' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:125:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/template.rb:143:in `render' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `block in instrument' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:20:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/partial_renderer.rb:237:in `render' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:172:in `block in render_with_newrelic' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/method_tracer.rb:242:in `trace_execution_scoped' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:171:in `render_with_newrelic' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/renderer.rb:41:in `render_partial' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/helpers/rendering_helper.rb:27:in `render' | |
| vendor/bundle/ruby/1.9.1/gems/haml-3.2.0.rc.1/lib/haml/helpers/action_view_mods.rb:12:in `render_with_haml' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/rails/rendering.rb:6:in `render' | |
| app/admin/events.rb:14:in `block (2 levels) in <top (required)>' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/views/components/sidebar_section.rb:19:in `instance_eval' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/views/components/sidebar_section.rb:19:in `build_sidebar_content' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/views/components/sidebar_section.rb:12:in `build' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:30:in `block in build_tag' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/context.rb:92:in `with_current_arbre_element' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:26:in `build_tag' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:39:in `insert_tag' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:18:in `sidebar_section' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/views/pages/base.rb:117:in `block (2 levels) in build_sidebar' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/views/pages/base.rb:116:in `collect' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/views/pages/base.rb:116:in `block in build_sidebar' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:31:in `block in build_tag' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/context.rb:92:in `with_current_arbre_element' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:26:in `build_tag' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:39:in `insert_tag' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:18:in `div' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/views/pages/base.rb:115:in `build_sidebar' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/views/pages/base.rb:61:in `block in build_page_content' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:31:in `block in build_tag' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/context.rb:92:in `with_current_arbre_element' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:26:in `build_tag' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:39:in `insert_tag' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:18:in `div' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/views/pages/base.rb:59:in `build_page_content' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:31:in `block in build_tag' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/context.rb:92:in `with_current_arbre_element' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:26:in `build_tag' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:39:in `insert_tag' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:18:in `div' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/views/pages/base.rb:39:in `block in build_page' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/context.rb:92:in `with_current_arbre_element' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/views/pages/base.rb:38:in `build_page' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/lib/active_admin/views/pages/base.rb:10:in `build' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:30:in `block in build_tag' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/context.rb:92:in `with_current_arbre_element' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:26:in `build_tag' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/element/builder_methods.rb:39:in `insert_tag' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/app/views/active_admin/page/index.html.arb:1:in `block in _vendor_bundle_ruby_______bundler_gems_active_admin_____c_____e__app_views_active_admin_page_index_html_arb___1377513482928320620_67022240' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/context.rb:45:in `instance_eval' | |
| vendor/bundle/ruby/1.9.1/gems/arbre-1.0.1/lib/arbre/context.rb:45:in `initialize' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/app/views/active_admin/page/index.html.arb:1:in `new' | |
| vendor/bundle/ruby/1.9.1/bundler/gems/active_admin-6681c18292e6/app/views/active_admin/page/index.html.arb:1:in `_vendor_bundle_ruby_______bundler_gems_active_admin_____c_____e__app_views_active_admin_page_index_html_arb___1377513482928320620_67022240' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/template.rb:145:in `block in render' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:125:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/template.rb:143:in `render' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `block in instrument' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:20:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:45:in `render_template' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb:18:in `render' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:156:in `block in render_with_newrelic' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/method_tracer.rb:242:in `trace_execution_scoped' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:155:in `render_with_newrelic' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/renderer.rb:36:in `render_template' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/renderer/renderer.rb:17:in `render' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:110:in `_render_template' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/streaming.rb:225:in `_render_template' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:103:in `render_to_body' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/renderers.rb:28:in `render_to_body' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:88:in `render' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/rendering.rb:16:in `render' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' | |
| vendor/ruby-1.9.3/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/core_ext/benchmark.rb:5:in `ms' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:40:in `block in render' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:39:in `render' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/implicit_render.rb:10:in `default_render' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/implicit_render.rb:5:in `send_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/base.rb:167:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/rendering.rb:10:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/callbacks.rb:18:in `block in process_action' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:469:in `_run__3782726968288128905__process_action__280723282075921142__callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/callbacks.rb:17:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/rescue.rb:29:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `block in instrument' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:20:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `instrument' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:29:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/railties/controller_runtime.rb:18:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:34:in `block in process_action' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/controller_instrumentation.rb:268:in `block in perform_action_with_newrelic_trace' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/method_tracer.rb:242:in `trace_execution_scoped' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/controller_instrumentation.rb:263:in `perform_action_with_newrelic_trace' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:33:in `process_action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/base.rb:121:in `process' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:45:in `process' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal.rb:203:in `dispatch' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_controller/metal.rb:246:in `block in action' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:73:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:36:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' | |
| vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' | |
| vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:612:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/omniauth-1.1.0/lib/omniauth/strategy.rb:177:in `call!' | |
| vendor/bundle/ruby/1.9.1/gems/omniauth-1.1.0/lib/omniauth/strategy.rb:157:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/omniauth-1.1.0/lib/omniauth/builder.rb:48:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/rack/error_collector.rb:8:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/rack/browser_monitoring.rb:12:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-timeout-0.0.3/lib/rack/timeout.rb:16:in `block in call' | |
| vendor/ruby-1.9.3/lib/ruby/1.9.1/timeout.rb:68:in `timeout' | |
| vendor/bundle/ruby/1.9.1/gems/rack-timeout-0.0.3/lib/rack/timeout.rb:16:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/mongoid-3.0.6/lib/rack/mongoid/middleware/identity_map.rb:33:in `block in call' | |
| vendor/bundle/ruby/1.9.1/gems/mongoid-3.0.6/lib/mongoid/unit_of_work.rb:39:in `unit_of_work' | |
| vendor/bundle/ruby/1.9.1/gems/mongoid-3.0.6/lib/rack/mongoid/middleware/identity_map.rb:33:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' | |
| vendor/bundle/ruby/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' | |
| vendor/bundle/ruby/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/head.rb:14:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/params_parser.rb:21:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/flash.rb:242:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/cookies.rb:341:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/query_cache.rb:64:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `_run__2899091531763225387__call__1853454056375512550__callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/callbacks.rb:27:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/rack/logger.rb:32:in `call_app' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/rack/logger.rb:16:in `block in call' | |
| vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/tagged_logging.rb:22:in `tagged' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/rack/logger.rb:16:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/request_id.rb:22:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/static.rb:63:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-ssl-1.3.3/lib/rack/ssl.rb:27:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward' | |
| vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:245:in `fetch' | |
| vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:185:in `lookup' | |
| vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:66:in `call!' | |
| vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/engine.rb:479:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/application.rb:223:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing' | |
| vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/deflater.rb:13:in `call' | |
| config/environment.rb:16:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:552:in `process_client' | |
| vendor/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:632:in `worker_loop' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/unicorn_instrumentation.rb:18:in `call' | |
| vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.5.3.25/lib/new_relic/agent/instrumentation/unicorn_instrumentation.rb:18:in `block (4 levels) in <top (required)>' | |
| vendor/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:500:in `spawn_missing_workers' | |
| vendor/bundle/ruby/1.9.1/gems/unicorn-4.6.2/lib/unicorn/http_server.rb:142:in `start' | |
| vendor/bundle/ruby/1.9.1/gems/unicorn-4.6.2/bin/unicorn:126:in `<top (required)>' | |
| vendor/bundle/ruby/1.9.1/bin/unicorn:23:in `load' | |
| vendor/bundle/ruby/1.9.1/bin/unicorn:23:in `<main>' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # config/unicorn.rb | |
| worker_processes 3 | |
| timeout 15 | |
| preload_app true | |
| before_fork do |server, worker| | |
| Signal.trap 'TERM' do | |
| puts 'Unicorn master intercepting TERM and sending myself QUIT instead' | |
| Process.kill 'QUIT', Process.pid | |
| end | |
| defined?(ActiveRecord::Base) and ActiveRecord::Base.connection.disconnect! | |
| end | |
| after_fork do |server, worker| | |
| Signal.trap 'TERM' do | |
| puts 'Unicorn worker intercepting TERM and doing nothing. Wait for master to sent QUIT' | |
| end | |
| defined?(ActiveRecord::Base) and ActiveRecord::Base.establish_connection | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment