vongrippen / outtatown-errors

Feel free to ignore this
1 stars 0 forks source link

ActiveRecord::StatementInvalid: Mysql2::Error: Lost connection to MySQL server during query: SELECT COUNT(*) FROM `events` WHERE `events`.`organization_id` = 9 AND (start > '2014-04-18 05:33:23') -> [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:233:in 'query' #28

Open vongrippen opened 10 years ago

vongrippen commented 10 years ago

Error Information

Message

 ActiveRecord::StatementInvalid: Mysql2::Error: Lost connection to MySQL server during query: SELECT COUNT(*) FROM `events`  WHERE `events`.`organization_id` = 9 AND (start > '2014-04-18 05:33:23')

Error Class

 ActiveRecord::StatementInvalid

Request Details

URL

http://memphis.tta.allyancegroup.com/

Application Routing

Component/Controller

events

Action

index

Parameters

{"var"=>["upcoming", "events", "index"]}

Backtrace

 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:233:in 'query'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:233:in 'block in execute'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract_adapter.rb:280:in 'block in log'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/notifications/instrumenter.rb:20:in 'instrument'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract_adapter.rb:275:in 'log'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.3.1/lib/new_relic/agent/instrumentation/active_record.rb:31:in 'block in log_with_newrelic_instrumentation'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.3.1/lib/new_relic/agent/method_tracer.rb:242:in 'trace_execution_scoped'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.3.1/lib/new_relic/agent/instrumentation/active_record.rb:28:in 'log_with_newrelic_instrumentation'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:233:in 'execute'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/mysql2_adapter.rb:214:in 'execute'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/mysql2_adapter.rb:218:in 'exec_query'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/mysql2_adapter.rb:228:in 'select'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract/database_statements.rb:16:in 'select_all'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract/query_cache.rb:61:in 'block in select_all'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract/query_cache.rb:75:in 'cache_sql'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract/query_cache.rb:61:in 'select_all'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract/database_statements.rb:22:in 'select_one'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract/database_statements.rb:28:in 'select_value'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/relation/calculations.rb:243:in 'execute_simple_calculation'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/relation/calculations.rb:208:in 'perform_calculation'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/relation/calculations.rb:159:in 'calculate'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/relation/calculations.rb:58:in 'count'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/kaminari-0.13.0/lib/kaminari/models/active_record_relation_methods.rb:28:in 'total_count'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/kaminari-0.13.0/lib/kaminari/models/page_scope_methods.rb:19:in 'num_pages'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/kaminari-0.13.0/lib/kaminari/helpers/action_view_extension.rb:18:in 'paginate'
 [PROJECT_ROOT]/app/views/events/index.html.haml:3:in '_app_views_events_index_html_haml___2072525455398707190_62622540'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_view/template.rb:143:in 'block in render'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/notifications.rb:125:in 'instrument'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_view/template.rb:141:in 'render'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_view/renderer/template_renderer.rb:41:in 'block (2 levels) in render_template'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_view/renderer/abstract_renderer.rb:38:in 'block in instrument'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/notifications.rb:123:in 'block in instrument'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/notifications/instrumenter.rb:20:in 'instrument'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/notifications.rb:123:in 'instrument'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_view/renderer/abstract_renderer.rb:38:in 'instrument'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_view/renderer/template_renderer.rb:40:in 'block in render_template'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_view/renderer/template_renderer.rb:48:in 'render_with_layout'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_view/renderer/template_renderer.rb:39:in 'render_template'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_view/renderer/template_renderer.rb:12:in 'render'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_view/renderer/renderer.rb:36:in 'render_template'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_view/renderer/renderer.rb:17:in 'render'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/abstract_controller/rendering.rb:109:in '_render_template'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/streaming.rb:225:in '_render_template'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/abstract_controller/rendering.rb:103:in 'render_to_body'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/renderers.rb:28:in 'render_to_body'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/compatibility.rb:50:in 'render_to_body'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/abstract_controller/rendering.rb:88:in 'render'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/rendering.rb:16:in 'render'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/instrumentation.rb:40:in 'block (2 levels) in render'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/core_ext/benchmark.rb:5:in 'block in ms'
 /usr/local/lib/ruby/1.9.1/benchmark.rb:310:in 'realtime'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/core_ext/benchmark.rb:5:in 'ms'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/instrumentation.rb:40:in 'block in render'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/instrumentation.rb:83:in 'cleanup_view_runtime'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/railties/controller_runtime.rb:24:in 'cleanup_view_runtime'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/instrumentation.rb:39:in 'render'
 [PROJECT_ROOT]/app/controllers/events_controller.rb:40:in 'block (2 levels) in index'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/mime_responds.rb:195:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/mime_responds.rb:195:in 'respond_to'
 [PROJECT_ROOT]/app/controllers/events_controller.rb:34:in 'index'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/implicit_render.rb:4:in 'send_action'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/abstract_controller/base.rb:167:in 'process_action'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/rendering.rb:10:in 'process_action'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/abstract_controller/callbacks.rb:18:in 'block in process_action'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/callbacks.rb:480:in '_run__2123608104610131184__process_action__2691078180059012004__callbacks'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/callbacks.rb:405:in '__run_callback'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/callbacks.rb:385:in '_run_process_action_callbacks'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/callbacks.rb:81:in 'run_callbacks'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/abstract_controller/callbacks.rb:17:in 'process_action'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/rescue.rb:29:in 'process_action'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/instrumentation.rb:30:in 'block in process_action'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/notifications.rb:123:in 'block in instrument'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/notifications/instrumenter.rb:20:in 'instrument'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/notifications.rb:123:in 'instrument'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/instrumentation.rb:29:in 'process_action'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/params_wrapper.rb:205:in 'process_action'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/railties/controller_runtime.rb:18:in 'process_action'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.3.1/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:34:in 'block in process_action'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.3.1/lib/new_relic/agent/instrumentation/controller_instrumentation.rb:255:in 'block in perform_action_with_newrelic_trace'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.3.1/lib/new_relic/agent/method_tracer.rb:242:in 'trace_execution_scoped'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.3.1/lib/new_relic/agent/instrumentation/controller_instrumentation.rb:250:in 'perform_action_with_newrelic_trace'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.3.1/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:33:in 'process_action'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/abstract_controller/base.rb:121:in 'process'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/abstract_controller/rendering.rb:45:in 'process'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal.rb:203:in 'dispatch'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal/rack_delegation.rb:14:in 'dispatch'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_controller/metal.rb:246:in 'block in action'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/routing/route_set.rb:66:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/routing/route_set.rb:66:in 'dispatch'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/routing/route_set.rb:30:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in 'block in call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in 'each'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/routing/route_set.rb:589:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.3.1/lib/new_relic/rack/browser_monitoring.rb:23:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/sass-3.1.15/lib/sass/plugin/rack.rb:54:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/warden-1.1.0/lib/warden/manager.rb:35:in 'block in call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/warden-1.1.0/lib/warden/manager.rb:34:in 'catch'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/warden-1.1.0/lib/warden/manager.rb:34:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/best_standards_support.rb:17:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/head.rb:14:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/params_parser.rb:21:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/flash.rb:242:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in 'context'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/cookies.rb:338:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/query_cache.rb:64:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/callbacks.rb:28:in 'block in call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/callbacks.rb:405:in '_run__226825252130911852__call__3280169029915897972__callbacks'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/callbacks.rb:405:in '__run_callback'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/callbacks.rb:385:in '_run_call_callbacks'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/callbacks.rb:81:in 'run_callbacks'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/callbacks.rb:27:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/remote_ip.rb:31:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/debug_exceptions.rb:16:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/show_exceptions.rb:56:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/rack/logger.rb:26:in 'call_app'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/rack/logger.rb:16:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/request_id.rb:22:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/cache/strategy/local_cache.rb:72:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/static.rb:53:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in 'forward'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:245:in 'fetch'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:185:in 'lookup'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:66:in 'call!'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/engine.rb:479:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/application.rb:220:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/rack/log_tailer.rb:14:in 'call'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/thin-1.3.1/lib/thin/connection.rb:80:in 'block in pre_process'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/thin-1.3.1/lib/thin/connection.rb:78:in 'catch'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/thin-1.3.1/lib/thin/connection.rb:78:in 'pre_process'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/thin-1.3.1/lib/thin/connection.rb:53:in 'process'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/thin-1.3.1/lib/thin/connection.rb:38:in 'receive_data'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in 'run_machine'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in 'run'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/thin-1.3.1/lib/thin/backends/base.rb:61:in 'start'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/thin-1.3.1/lib/thin/server.rb:159:in 'start'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/thin.rb:13:in 'run'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:265:in 'start'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/commands/server.rb:70:in 'start'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/commands.rb:55:in 'block in <top (required)>'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/commands.rb:50:in 'tap'
 [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/commands.rb:50:in '<top (required)>'
 script/rails:6:in 'require'
 script/rails:6:in '<main>'