(2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: You didn't set config.secret_key_base. Read the upgrade documentation to learn more about this new config option. (called from service at /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138) DEPRECATION WARNING: You didn't set config.secret_key_base. Read the upgrade documentation to learn more about this new config option. (called from service at /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138) Started GET "/" for 127.0.0.1 at 2014-03-17 14:54:23 +0100 Processing by Rails::WelcomeController#index as HTML Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/railties-4.0.3/lib/rails/templates/rails/welcome/index.html.erb (1.0ms) Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms) Started GET "/feeder/feeds" for 127.0.0.1 at 2014-03-17 16:07:00 +0100 ActionController::RoutingError (No route matches [GET] "/feeder/feeds"): actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.5ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.9ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (14.6ms) Started GET "/feeder" for 127.0.0.1 at 2014-03-17 16:07:05 +0100 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (1.8ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 1:
2: <%= @items.each do |item| %> 3:
4: This is feed item. 5:
/home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb:2:in `__home_sindre_code_hyper_public_feeder_app_views_feeder_feeds_index_html_erb___504195561014445528_70072048202860' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__1258924320521063742__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__4605067093992279245__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.7ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.5ms) Started GET "/feeder" for 127.0.0.1 at 2014-03-17 16:08:48 +0100 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.7ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 1:
2: <%= @items.each do |item| %> 3:
4: This is feed item. 5:
/home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb:2:in `__home_sindre_code_hyper_public_feeder_app_views_feeder_feeds_index_html_erb___504195561014445528_70072056009180' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__1258924320521063742__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__4605067093992279245__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.1ms) Started GET "/feeder" for 127.0.0.1 at 2014-03-17 16:09:08 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.3ms) SELECT "feeder_items".* FROM "feeder_items" SQLite3::SQLException: no such table: feeder_items: SELECT "feeder_items".* FROM "feeder_items" Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (1.1ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (SQLite3::SQLException: no such table: feeder_items: SELECT "feeder_items".* FROM "feeder_items"): 1:
2: <%= @items.each do |item| %> 3:
4: This is feed item. 5:
sqlite3 (1.3.9) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.9) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.9) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.0.3) lib/active_record/connection_adapters/sqlite3_adapter.rb:299:in `block in exec_query' activerecord (4.0.3) lib/active_record/connection_adapters/abstract_adapter.rb:435:in `block in log' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.0.3) lib/active_record/connection_adapters/abstract_adapter.rb:430:in `log' activerecord (4.0.3) lib/active_record/connection_adapters/sqlite3_adapter.rb:295:in `exec_query' activerecord (4.0.3) lib/active_record/connection_adapters/sqlite3_adapter.rb:507:in `select' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/database_statements.rb:24:in `select_all' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `block in select_all' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/query_cache.rb:76:in `cache_sql' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `select_all' activerecord (4.0.3) lib/active_record/querying.rb:36:in `find_by_sql' activerecord (4.0.3) lib/active_record/relation.rb:585:in `exec_queries' activerecord (4.0.3) lib/active_record/relation.rb:471:in `load' activerecord (4.0.3) lib/active_record/relation.rb:220:in `to_a' activerecord (4.0.3) lib/active_record/relation/delegation.rb:12:in `each' /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb:2:in `__home_sindre_code_hyper_public_feeder_app_views_feeder_feeds_index_html_erb___504195561014445528_70072056009180' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__1258924320521063742__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__4605067093992279245__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.3ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateFeederItems (20140317150822)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140317150822"]]  (2.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/feeder" for 127.0.0.1 at 2014-03-17 16:09:14 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.6ms) SELECT "feeder_items".* FROM "feeder_items" Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.9ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (cannot load such file -- sass (in /home/sindre/code/hyper/public/feeder/app/assets/stylesheets/feeder/feeds.css.sass)): 2: 3: 4: Feeder 5: <%= stylesheet_link_tag "feeder/application", media: "all" %> 6: <%= javascript_include_tag "feeder/application" %> 7: <%= csrf_meta_tags %> 8: activesupport (4.0.3) lib/active_support/dependencies.rb:229:in `require' activesupport (4.0.3) lib/active_support/dependencies.rb:229:in `block in require' activesupport (4.0.3) lib/active_support/dependencies.rb:214:in `load_dependency' activesupport (4.0.3) lib/active_support/dependencies.rb:229:in `require' tilt (1.4.1) lib/tilt/template.rb:144:in `require_template_library' sprockets (2.12.0) lib/sprockets/sass_template.rb:20:in `initialize_engine' tilt (1.4.1) lib/tilt/template.rb:56:in `initialize' sprockets (2.12.0) lib/sprockets/context.rb:196:in `new' sprockets (2.12.0) lib/sprockets/context.rb:196:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.12.0) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.12.0) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.12.0) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.12.0) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:377:in `new' sprockets (2.12.0) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /home/sindre/code/hyper/public/feeder/app/views/layouts/feeder/application.html.erb:5:in `__home_sindre_code_hyper_public_feeder_app_views_layouts_feeder_application_html_erb___811936720705529594_70072045287500' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__1258924320521063742__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__4605067093992279245__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.6ms) Started GET "/feeder" for 127.0.0.1 at 2014-03-17 16:15:34 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.7ms) SELECT "feeder_items".* FROM "feeder_items" Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (5.3ms) Completed 200 OK in 168ms (Views: 166.6ms | ActiveRecord: 0.7ms) Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 16:15:34 +0100 Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 16:15:34 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 16:15:34 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 16:15:34 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 16:15:51 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.2ms) SELECT "feeder_items".* FROM "feeder_items" Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.9ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms) Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 16:15:51 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 16:15:51 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 16:15:51 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 16:15:51 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddPolymorphicFeedableReferenceToFeederItems (20140317152137)  (0.0ms) begin transaction  (0.2ms) ALTER TABLE "feeder_items" ADD "feedable_id" integer  (0.1ms) ALTER TABLE "feeder_items" ADD "feedable_type" varchar(255)  (0.1ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140317152137"]]  (3.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMessages (20140317152438)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140317152438"]]  (4.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (4.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is the first test message."], ["created_at", Mon, 17 Mar 2014 15:26:29 UTC +00:00], ["header", "Test message #1"], ["updated_at", Mon, 17 Mar 2014 15:26:29 UTC +00:00]]  (2.8ms) commit transaction Message Load (0.2ms) SELECT "messages".* FROM "messages" ORDER BY "messages"."id" ASC LIMIT 1 Message Load (0.1ms) SELECT "messages".* FROM "messages" Message Load (0.1ms) SELECT "messages".* FROM "messages" ORDER BY "messages"."id" ASC LIMIT 1 Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."id" ASC LIMIT 1 Message Load (0.1ms) SELECT "messages".* FROM "messages" ORDER BY "messages"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (1.5ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 15:30:41 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 15:30:37 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 15:30:41 UTC +00:00]]  (4.1ms) commit transaction Started GET "/feeder" for 127.0.0.1 at 2014-03-17 16:30:44 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (3.0ms) Completed 200 OK in 7ms (Views: 4.9ms | ActiveRecord: 0.2ms) Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 16:30:44 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 16:30:44 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 16:30:44 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 16:30:44 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMessages (20140317152438)  (0.0ms) begin transaction  (0.2ms) DROP TABLE "messages" SQL (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140317152438'  (2.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddPolymorphicFeedableReferenceToFeederItems (20140317152137)  (0.0ms) begin transaction  (0.2ms) CREATE TEMPORARY TABLE "afeeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))  (0.1ms) CREATE INDEX "tindex_afeeder_items_on_feedable_id_and_feedable_type" ON "afeeder_items" ("feedable_id", "feedable_type")  (0.0ms) SELECT * FROM "feeder_items"  (0.0ms) INSERT INTO "afeeder_items" ("id","published_at","created_at","updated_at","feedable_id","feedable_type") VALUES (1, '2014-03-17 15:30:37.132392', '2014-03-17 15:30:41.408319', '2014-03-17 15:30:41.408319', 1, 'Message')  (0.2ms) DROP TABLE "feeder_items"  (0.1ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_type" varchar(255))   (0.1ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_type")  (0.0ms) SELECT * FROM "afeeder_items"  (0.1ms) INSERT INTO "feeder_items" ("id","published_at","created_at","updated_at","feedable_type") VALUES (1, '2014-03-17 15:30:37.132392', '2014-03-17 15:30:41.408319', '2014-03-17 15:30:41.408319', 'Message')  (0.1ms) DROP TABLE "afeeder_items"  (0.1ms) CREATE TEMPORARY TABLE "afeeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_type" varchar(255))  (0.1ms) CREATE INDEX "tindex_afeeder_items_on_feedable_id_and_feedable_type" ON "afeeder_items" ("feedable_type")  (0.0ms) SELECT * FROM "feeder_items"  (0.0ms) INSERT INTO "afeeder_items" ("id","published_at","created_at","updated_at","feedable_type") VALUES (1, '2014-03-17 15:30:37.132392', '2014-03-17 15:30:41.408319', '2014-03-17 15:30:41.408319', 'Message')  (0.1ms) DROP TABLE "feeder_items"  (0.1ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime)   (0.0ms) SELECT * FROM "afeeder_items"  (0.0ms) INSERT INTO "feeder_items" ("id","published_at","created_at","updated_at") VALUES (1, '2014-03-17 15:30:37.132392', '2014-03-17 15:30:41.408319', '2014-03-17 15:30:41.408319')  (0.1ms) DROP TABLE "afeeder_items" SQL (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140317152137'  (3.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateFeederItems (20140317150822)  (0.0ms) begin transaction  (0.2ms) DROP TABLE "feeder_items" SQL (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140317150822'  (4.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateFeederItems (20140317150822)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140317150822"]]  (3.9ms) commit transaction Migrating to AddPolymorphicFeedableReferenceToFeederItems (20140317152137)  (0.0ms) begin transaction  (0.2ms) ALTER TABLE "feeder_items" ADD "feedable_id" integer  (0.1ms) ALTER TABLE "feeder_items" ADD "feedable_type" varchar(255)  (0.1ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140317152137"]]  (2.1ms) commit transaction Migrating to CreateMessages (20140317152438)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140317152438"]]  (2.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMessages (20140317152438)  (0.0ms) begin transaction  (0.2ms) DROP TABLE "messages" SQL (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140317152438'  (3.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT version FROM schema_migrations ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMessages (20140317152438)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140317152438"]]  (3.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/feeder" for 127.0.0.1 at 2014-03-17 16:48:04 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Feeder::FeedsController#index as HTML ERROR: compiling __home_sindre_code_hyper_public_feeder_app_views_feeder_feeds_index_html_erb___2723427387737092824_69956260531560 RAISED /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb:5: syntax error, unexpected '<', expecting ')'
^ /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb:7: unknown regexp options - dv unmatched close parenthesis: /div> <% end );@output_buffer.safe_append=' <% end );@output_buffer.safe_append='
';@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:299:in `module_eval' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:299:in `compile' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:248:in `block in compile!' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:236:in `synchronize' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:236:in `compile!' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:142:in `block in render' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:161:in `instrument' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:141:in `render' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `block in instrument' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `instrument' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:47:in `render_template' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:17:in `render' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/renderer.rb:23:in `render' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:127:in `_render_template' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/streaming.rb:219:in `_render_template' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:120:in `render_to_body' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rendering.rb:33:in `render_to_body' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/renderers.rb:26:in `render_to_body' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:97:in `render' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rendering.rb:16:in `render' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:41:in `block in render' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activerecord-4.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:40:in `render' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/base.rb:189:in `process_action' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rendering.rb:10:in `process_action' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:373:in `_run__4587871063849352595__process_action__callbacks' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/callbacks.rb:17:in `process_action' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rescue.rb:29:in `process_action' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `block in instrument' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `instrument' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/params_wrapper.rb:245:in `process_action' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activerecord-4.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/base.rb:136:in `process' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:44:in `process' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal.rb:195:in `dispatch' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal.rb:231:in `block in action' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:80:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:80:in `dispatch' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:48:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:59:in `each' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:59:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:680:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/railties-4.0.3/lib/rails/engine.rb:511:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/railties-4.0.3/lib/rails/railtie/configurable.rb:30:in `method_missing' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:59:in `each' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:59:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:680:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/head.rb:11:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/params_parser.rb:27:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/flash.rb:241:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/cookies.rb:486:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activerecord-4.0.3/lib/active_record/query_cache.rb:36:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activerecord-4.0.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activerecord-4.0.3/lib/active_record/migration.rb:369:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:373:in `_run__3842386590705825355__call__callbacks' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/reloader.rb:64:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/remote_ip.rb:76:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/railties-4.0.3/lib/rails/rack/logger.rb:38:in `call_app' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/railties-4.0.3/lib/rails/rack/logger.rb:20:in `block in call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/tagged_logging.rb:67:in `block in tagged' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/tagged_logging.rb:25:in `tagged' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/tagged_logging.rb:67:in `tagged' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/railties-4.0.3/lib/rails/rack/logger.rb:20:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/request_id.rb:21:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/cache/strategy/local_cache.rb:83:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/static.rb:64:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/railties-4.0.3/lib/rails/engine.rb:511:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/railties-4.0.3/lib/rails/application.rb:97:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (1.6ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (/home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb:5: syntax error, unexpected '<', expecting ')'
^ /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb:7: unknown regexp options - dv unmatched close parenthesis: /div> <% end );@output_buffer.safe_append=' 3:
4: <%= render "feeder/partials/#{item.type}" 5:
6: <% end %> 7: actionpack (4.0.3) lib/action_view/template.rb:299:in `module_eval' actionpack (4.0.3) lib/action_view/template.rb:299:in `compile' actionpack (4.0.3) lib/action_view/template.rb:248:in `block in compile!' actionpack (4.0.3) lib/action_view/template.rb:236:in `synchronize' actionpack (4.0.3) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.3) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__4587871063849352595__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3842386590705825355__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.2ms) Started GET "/feeder" for 127.0.0.1 at 2014-03-17 16:48:11 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.7ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms) Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 16:48:11 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 16:48:11 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 16:48:11 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 16:48:11 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 16:48:49 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.7ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms) Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 16:48:49 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 16:48:49 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 16:48:49 +0100 Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 16:48:49 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 16:48:50 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.5ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms) Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 16:48:50 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 16:48:50 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 16:48:50 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 16:48:50 +0100 Feeder::Item Load (0.9ms) SELECT "feeder_items".* FROM "feeder_items" Message Load (0.1ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (2.0ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is the first test message."], ["created_at", Mon, 17 Mar 2014 15:49:12 UTC +00:00], ["header", "Test message #1"], ["updated_at", Mon, 17 Mar 2014 15:49:12 UTC +00:00]]  (3.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 15:49:28 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 15:49:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 15:49:28 UTC +00:00]]  (2.7ms) commit transaction Started GET "/feeder" for 127.0.0.1 at 2014-03-17 16:49:29 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (6.3ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `type' for #): 1:
2: <% @items.each do |item| %> 3:
4: <%= render "feeder/partials/#{item.type}" %> 5:
6: <% end %> 7:
activemodel (4.0.3) lib/active_model/attribute_methods.rb:439:in `method_missing' activerecord (4.0.3) lib/active_record/attribute_methods.rb:155:in `method_missing' /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb:4:in `block in __home_sindre_code_hyper_public_feeder_app_views_feeder_feeds_index_html_erb___2723427387737092824_69956260014140' activerecord (4.0.3) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.3) lib/active_record/relation/delegation.rb:13:in `each' /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb:2:in `__home_sindre_code_hyper_public_feeder_app_views_feeder_feeds_index_html_erb___2723427387737092824_69956260014140' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__4587871063849352595__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3842386590705825355__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Started GET "/feeder" for 127.0.0.1 at 2014-03-17 16:52:34 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.2ms) SELECT "feeder_items".* FROM "feeder_items" Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/partials/_message.html.erb (0.2ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (5.5ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.4ms) Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 16:52:34 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 16:52:34 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 16:52:34 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 16:52:34 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:19:21 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.2ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/partials/_message.html.erb (0.0ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (3.9ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.4ms) Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 17:19:21 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 17:19:21 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 17:19:21 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 17:19:21 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:20:45 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Rendered feeder/partials/_message.html.erb (0.3ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (1.1ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms) Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 17:20:45 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 17:20:45 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 17:20:45 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 17:20:45 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:20:45 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Rendered feeder/partials/_message.html.erb (0.0ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.7ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms) Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 17:20:45 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 17:20:45 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 17:20:45 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 17:20:45 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:21:11 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Rendered feeder/partials/_message.html.erb (4.1ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (4.8ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined local variable or method `message' for #<#:0x007f3ff0167128>): 1: <%= message.header %> app/views/feeder/partials/_message.html.erb:1:in `_app_views_feeder_partials__message_html_erb__3752603417132771838_69956293884040' Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.1ms) Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:21:21 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Rendered feeder/partials/_message.html.erb (4.0ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (4.7ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined local variable or method `item' for #<#:0x007f3ff4297990>): 1: <%= item.header %> app/views/feeder/partials/_message.html.erb:1:in `_app_views_feeder_partials__message_html_erb__3752603417132771838_69956328078480' Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.1ms) Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:22:13 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.2ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (1.6ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (Missing partial feeder/items/item with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/sindre/code/hyper/public/feeder/spec/dummy/app/views" * "/home/sindre/code/hyper/public/feeder/app/views" ): 1:
2: <%= render @items %> 3:
actionpack (4.0.3) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.3) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.3) lib/action_view/renderer/partial_renderer.rb:383:in `find_template' actionpack (4.0.3) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial' actionpack (4.0.3) lib/action_view/renderer/partial_renderer.rb:263:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.3) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb:2:in `__home_sindre_code_hyper_public_feeder_app_views_feeder_feeds_index_html_erb___2723427387737092824_69956261175760' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__4587871063849352595__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3842386590705825355__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:22:38 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.2ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Rendered feeder/partials/_message.html.erb (4.9ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (5.5ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (6.4ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined local variable or method `item' for #<#:0x007f3ff00b24f8>): 1: <%= item.header %> app/views/feeder/partials/_message.html.erb:1:in `_app_views_feeder_partials__message_html_erb__3752603417132771838_69956328078480' Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.1ms) Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:22:59 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Rendered feeder/partials/_message.html.erb (0.7ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (1.2ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (2.2ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (undefined method `header' for #): 1: <%= item.header %> app/views/feeder/partials/_message.html.erb:1:in `_app_views_feeder_partials__message_html_erb__3752603417132771838_69956360552400' Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.9ms) Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:23:13 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Message Load (1.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 1]] Rendered feeder/partials/_message.html.erb (4.3ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (17.5ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (18.4ms) Completed 500 Internal Server Error in 20ms ActionView::Template::Error (undefined local variable or method `item' for #<#:0x007f3ffcf165d8>): 1: <%= item.header %> app/views/feeder/partials/_message.html.erb:1:in `_app_views_feeder_partials__message_html_erb__3752603417132771838_69956400681640' Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.2ms) Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:24:02 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (1.6ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (2.5ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (Missing partial feeder/types/message with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/sindre/code/hyper/public/feeder/spec/dummy/app/views" * "/home/sindre/code/hyper/public/feeder/app/views" ): 1:
2: <%= render "feeder/types/#{item.type}", feedable: item.feedable %> 3:
actionpack (4.0.3) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.3) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.3) lib/action_view/renderer/partial_renderer.rb:383:in `find_template' actionpack (4.0.3) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial' actionpack (4.0.3) lib/action_view/renderer/partial_renderer.rb:263:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.3) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb:2:in `__home_sindre_code_hyper_public_feeder_app_views_feeder_items__item_html_erb__673154967575146608_69956526300480' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/partial_renderer.rb:399:in `block in collection_with_template' actionpack (4.0.3) lib/action_view/renderer/partial_renderer.rb:395:in `map' actionpack (4.0.3) lib/action_view/renderer/partial_renderer.rb:395:in `collection_with_template' actionpack (4.0.3) lib/action_view/renderer/partial_renderer.rb:291:in `render_collection' actionpack (4.0.3) lib/action_view/renderer/partial_renderer.rb:275:in `block in render' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/partial_renderer.rb:274:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.3) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb:2:in `__home_sindre_code_hyper_public_feeder_app_views_feeder_feeds_index_html_erb___2723427387737092824_69956260016360' actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.3) lib/action_view/template.rb:141:in `render' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__4587871063849352595__process_action__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.3) lib/active_record/migration.rb:369:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3842386590705825355__call__callbacks' activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.3) lib/rails/engine.rb:511:in `call' railties (4.0.3) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.4ms) Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:24:30 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Message Load (0.0ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 1]] Rendered feeder/types/_message.html.erb (0.3ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (1.2ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (2.0ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms) Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 17:24:30 +0100 Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 17:24:30 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 17:24:30 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 17:24:30 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:25:27 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.2ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 1]] Rendered feeder/types/_message.html.erb (0.4ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (1.8ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (3.0ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.2ms) Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 17:25:27 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 17:25:27 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 17:25:27 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 17:25:27 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:25:40 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 1]] Rendered feeder/types/_message.html.erb (0.0ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (0.9ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (1.7ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.2ms) Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 17:25:40 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 17:25:40 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 17:25:40 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 17:25:40 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:25:42 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 1]] Rendered feeder/types/_message.html.erb (0.3ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (1.2ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (2.0ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.2ms) Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 17:25:42 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 17:25:42 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 17:25:42 +0100 Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 17:25:42 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:25:50 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 1]] Rendered feeder/types/_message.html.erb (0.4ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (18.8ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (19.8ms) Completed 200 OK in 22ms (Views: 21.8ms | ActiveRecord: 0.2ms) Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 17:25:50 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 17:25:50 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 17:25:50 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 17:25:50 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:25:56 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 1]] Rendered feeder/types/_message.html.erb (3.0ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (3.9ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (4.8ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms) Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 17:25:56 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 17:25:56 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 17:25:56 +0100 Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 17:25:56 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:26:37 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 1]] Rendered feeder/types/_message.html.erb (0.3ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (2.1ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (3.0ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.2ms) Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 17:26:37 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 17:26:37 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 17:26:37 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 17:26:37 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:38:50 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Message Load (4.9ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 1]] Rendered feeder/types/_message.html.erb (1.7ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (17.3ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (24.1ms) Completed 200 OK in 43ms (Views: 35.8ms | ActiveRecord: 5.5ms) Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 17:38:50 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 17:38:50 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 17:38:50 +0100 Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 17:38:50 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:40:36 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Message Load (1.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 1]] Rendered feeder/types/_message.html.erb (1.8ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (13.0ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (18.6ms) Completed 200 OK in 41ms (Views: 33.7ms | ActiveRecord: 1.6ms) Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 17:40:36 +0100 Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 17:40:36 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 17:40:36 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 17:40:36 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 17:41:29 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Message Load (1.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 1]] Rendered feeder/types/_message.html.erb (1.7ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (12.8ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (18.8ms) Completed 200 OK in 37ms (Views: 33.6ms | ActiveRecord: 1.6ms) Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 17:41:29 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 17:41:29 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 17:41:29 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 17:41:29 +0100 SQL (3.7ms) DELETE FROM "messages" SQL (3.3ms) DELETE FROM "feeder_items"  (0.1ms) begin transaction SQL (2.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is a test message"], ["created_at", Mon, 17 Mar 2014 19:55:08 UTC +00:00], ["header", "Test message"], ["updated_at", Mon, 17 Mar 2014 19:55:08 UTC +00:00]]  (2.3ms) commit transaction Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is a test message"], ["created_at", Mon, 17 Mar 2014 19:55:56 UTC +00:00], ["header", "Test message"], ["updated_at", Mon, 17 Mar 2014 19:55:56 UTC +00:00]]  (3.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is a test message"], ["created_at", Mon, 17 Mar 2014 19:56:01 UTC +00:00], ["header", "Test message"], ["updated_at", Mon, 17 Mar 2014 19:56:01 UTC +00:00]]  (4.0ms) commit transaction Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" SQL (2.7ms) DELETE FROM "messages"  (0.1ms) begin transaction SQL (2.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is a test message"], ["created_at", Mon, 17 Mar 2014 20:03:38 UTC +00:00], ["header", "Test message"], ["updated_at", Mon, 17 Mar 2014 20:03:38 UTC +00:00]]  (0.1ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is a test message"], ["created_at", Mon, 17 Mar 2014 20:04:02 UTC +00:00], ["header", "Test message"], ["updated_at", Mon, 17 Mar 2014 20:04:02 UTC +00:00]] SQL (0.3ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 20:04:02 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 20:04:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 20:04:02 UTC +00:00]]  (4.3ms) commit transaction Started GET "/feeder" for 127.0.0.1 at 2014-03-17 21:04:33 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Message Load (1.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 5]] Rendered feeder/types/_message.html.erb (1.7ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (16.0ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (21.2ms) Completed 200 OK in 39ms (Views: 35.3ms | ActiveRecord: 1.8ms) Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 21:04:33 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 21:04:33 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 21:04:33 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 21:04:33 +0100  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is another test message"], ["created_at", Mon, 17 Mar 2014 20:04:47 UTC +00:00], ["header", "YATM"], ["updated_at", Mon, 17 Mar 2014 20:04:47 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 20:04:47 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 20:04:47 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 20:04:47 UTC +00:00]]  (4.2ms) commit transaction Started GET "/feeder" for 127.0.0.1 at 2014-03-17 21:04:48 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 6]] Rendered feeder/types/_message.html.erb (0.1ms) Message Load (0.0ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 5]] Rendered feeder/types/_message.html.erb (0.0ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (1.8ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (2.6ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms) Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 21:04:48 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 21:04:48 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 21:04:48 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 21:04:48 +0100  (0.1ms) begin transaction SQL (2.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is a third test message"], ["created_at", Mon, 17 Mar 2014 20:05:07 UTC +00:00], ["header", "YATM"], ["updated_at", Mon, 17 Mar 2014 20:05:07 UTC +00:00]]  (4.1ms) commit transaction Started GET "/feeder" for 127.0.0.1 at 2014-03-17 21:05:14 +0100 Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.2ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 6]] Rendered feeder/types/_message.html.erb (0.1ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 5]] Rendered feeder/types/_message.html.erb (0.1ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (5.9ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (7.0ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.3ms) Started GET "/assets/feeder/feeds.css?body=1" for 127.0.0.1 at 2014-03-17 21:05:14 +0100 Started GET "/assets/feeder/feeds.js?body=1" for 127.0.0.1 at 2014-03-17 21:05:14 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 21:05:14 +0100 Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 21:05:14 +0100 Started GET "/feeder" for 127.0.0.1 at 2014-03-17 21:59:38 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Feeder::FeedsController#index as HTML Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC Message Load (1.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 6]] Rendered feeder/types/_message.html.erb (1.9ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? ORDER BY "messages"."id" ASC LIMIT 1 [["id", 5]] Rendered feeder/types/_message.html.erb (0.1ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/items/_item.html.erb (16.6ms) Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (22.4ms) Completed 200 OK in 41ms (Views: 37.3ms | ActiveRecord: 1.8ms) Started GET "/assets/feeder/application.js?body=1" for 127.0.0.1 at 2014-03-17 21:59:38 +0100 Started GET "/assets/feeder/application.css?body=1" for 127.0.0.1 at 2014-03-17 21:59:38 +0100  (3.6ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.4ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.5ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (3.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (4.4ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.6ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.6ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (3.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (3.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137') Message Load (0.7ms) SELECT "messages".* FROM "messages"  (0.0ms) begin transaction SQL (1.1ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 5]]  (4.2ms) commit transaction  (0.1ms) begin transaction SQL (0.1ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 6]]  (2.4ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 7]]  (2.3ms) commit transaction Feeder::Item Load (0.2ms) SELECT "feeder_items".* FROM "feeder_items"  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "feeder_items" WHERE "feeder_items"."id" = ? [["id", 2]]  (3.1ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "feeder_items" WHERE "feeder_items"."id" = ? [["id", 3]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (2.5ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is a third test message"], ["created_at", Mon, 17 Mar 2014 22:01:16 UTC +00:00], ["header", "YATM"], ["updated_at", Mon, 17 Mar 2014 22:01:16 UTC +00:00]]  (2.8ms) commit transaction Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items"  (0.1ms) begin transaction SQL (1.7ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is a third test message"], ["created_at", Mon, 17 Mar 2014 22:02:01 UTC +00:00], ["header", "YATM"], ["updated_at", Mon, 17 Mar 2014 22:02:01 UTC +00:00]] SQL (0.3ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:02:01 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:02:01 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:02:01 UTC +00:00]]  (3.7ms) commit transaction Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items"  (0.1ms) begin transaction SQL (0.1ms) DELETE FROM "feeder_items" WHERE "feeder_items"."id" = ? [["id", 4]]  (2.8ms) commit transaction Message Load (0.1ms) SELECT "messages".* FROM "messages"  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 8]]  (3.5ms) commit transaction  (0.1ms) begin transaction SQL (0.1ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 9]]  (2.4ms) commit transaction