Started GET "/" for 127.0.0.1 at 2014-03-03 11:22:40 -0500 ActiveRecord::PendingMigrationError (Migrations are pending; run 'bin/rake db:migrate RAILS_ENV=development' to resolve this issue.): activerecord (4.0.3) lib/active_record/migration.rb:379:in `check_pending!' activerecord (4.0.3) lib/active_record/migration.rb:366: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__604782865851925229__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' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.3ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (30.5ms) [1m[36m (2.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m [1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Migrating to CreateUsers (20140303154458) [1m[35m (0.1ms)[0m begin transaction [1m[36m (0.4ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "password" varchar(255), "created_at" datetime, "updated_at" datetime) [0m [1m[35mSQL (0.4ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140303154458"]] [1m[36m (1.0ms)[0m [1mcommit transaction[0m Migrating to AddDismissedBlocksToUsers (20140303161500) [1m[35m (0.1ms)[0m begin transaction [1m[36m (0.5ms)[0m [1mALTER TABLE "users" ADD "dismissed_blocks" text[0m [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140303161500"]] [1m[36m (0.9ms)[0m [1mcommit transaction[0m [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2014-03-03 11:23:31 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Processing by Rails::WelcomeController#index as HTML Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/templates/rails/welcome/index.html.erb (1.9ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-03-03 11:32:16 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Processing by SessionsController#new as HTML ERROR: compiling _app_views_sessions_new_html_erb__1540060516638993391_70107403957180 RAISED /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/sessions/new.html.erb:8: syntax error, unexpected ')' ...append=( label_tag :password, );@output_buffer.safe_append=' ... ^ /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/sessions/new.html.erb:15: syntax error, unexpected keyword_end, expecting ')' '; end ^ /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/sessions/new.html.erb:17: syntax error, unexpected keyword_ensure, expecting ')' /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/sessions/new.html.erb:19: syntax error, unexpected keyword_end, expecting ')' Function body: def _app_views_sessions_new_html_erb__1540060516638993391_70107403957180(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "sessions/new";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.append= form_tag new_session_path do @output_buffer.safe_append='
';@output_buffer.append=( label_tag :email );@output_buffer.safe_append=' ';@output_buffer.append=( email_field_tag :email, params[:email] );@output_buffer.safe_append='
';@output_buffer.append=( label_tag :password, );@output_buffer.safe_append=' ';@output_buffer.append=( password_field_tag :password );@output_buffer.safe_append='
';@output_buffer.append=( submit_tag );@output_buffer.safe_append='
'; end @output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:299:in `module_eval' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:299:in `compile' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:248:in `block in compile!' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:236:in `synchronize' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:236:in `compile!' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:142:in `block in render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:161:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:141:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `block in instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:47:in `render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:17:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/renderer.rb:23:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:127:in `_render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/streaming.rb:219:in `_render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:120:in `render_to_body' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rendering.rb:33:in `render_to_body' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/renderers.rb:26:in `render_to_body' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:97:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rendering.rb:16:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:41:in `block in render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:40:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/base.rb:189:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:383:in `_run__304966588356269336__process_action__callbacks' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:80:in `run_callbacks' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `block in instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/params_wrapper.rb:245:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/base.rb:136:in `process' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:44:in `process' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal.rb:195:in `dispatch' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal.rb:231:in `block in action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:80:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:80:in `dispatch' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:48:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:71:in `block in call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:59:in `each' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:59:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:680:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/head.rb:11:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/params_parser.rb:27:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/flash.rb:241:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/cookies.rb:486:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/query_cache.rb:36:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/migration.rb:369:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:373:in `_run__710920398405337163__call__callbacks' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:80:in `run_callbacks' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/reloader.rb:64:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/remote_ip.rb:76:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/rack/logger.rb:38:in `call_app' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/rack/logger.rb:20:in `block in call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/tagged_logging.rb:67:in `block in tagged' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/tagged_logging.rb:25:in `tagged' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/tagged_logging.rb:67:in `tagged' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/rack/logger.rb:20:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/request_id.rb:21:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/cache/strategy/local_cache.rb:83:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/static.rb:64:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/engine.rb:511:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/application.rb:97:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered sessions/new.html.erb within layouts/application (4.8ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (/Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/sessions/new.html.erb:8: syntax error, unexpected ')' ...append=( label_tag :password, );@output_buffer.safe_append=' ... ^ /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/sessions/new.html.erb:15: syntax error, unexpected keyword_end, expecting ')' '; end ^ /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/sessions/new.html.erb:17: syntax error, unexpected keyword_ensure, expecting ')' /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/sessions/new.html.erb:19: syntax error, unexpected keyword_end, expecting ')'): 5: 6: 7:8: <%= label_tag :password, %> 9: <%= password_field_tag :password %> 10:
11: 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' /usr/local/rbenv/versions/2.1.1/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:4: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:383:in `_run__304966588356269336__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' 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__710920398405337163__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' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (10.3ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (21.6ms) Started GET "/" for 127.0.0.1 at 2014-03-03 11:32:29 -0500 Processing by SessionsController#new as HTML ERROR: compiling _app_views_sessions_new_html_erb__1540060516638993391_70107403957180 RAISED /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/sessions/new.html.erb:8: syntax error, unexpected ')' ...append=( label_tag :password, );@output_buffer.safe_append=' ... ^ /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/sessions/new.html.erb:15: syntax error, unexpected keyword_end, expecting ')' '; end ^ /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/sessions/new.html.erb:17: syntax error, unexpected keyword_ensure, expecting ')' /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/sessions/new.html.erb:19: syntax error, unexpected keyword_end, expecting ')' Function body: def _app_views_sessions_new_html_erb__1540060516638993391_70107403957180(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "sessions/new";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.append= form_tag new_session_path do @output_buffer.safe_append='';@output_buffer.append=( label_tag :email );@output_buffer.safe_append=' ';@output_buffer.append=( email_field_tag :email, params[:email] );@output_buffer.safe_append='
';@output_buffer.append=( label_tag :password, );@output_buffer.safe_append=' ';@output_buffer.append=( password_field_tag :password );@output_buffer.safe_append='
';@output_buffer.append=( submit_tag );@output_buffer.safe_append='
'; end @output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:299:in `module_eval' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:299:in `compile' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:248:in `block in compile!' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:236:in `synchronize' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:236:in `compile!' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:142:in `block in render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:161:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:141:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `block in instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:47:in `render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:17:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/renderer.rb:23:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:127:in `_render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/streaming.rb:219:in `_render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:120:in `render_to_body' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rendering.rb:33:in `render_to_body' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/renderers.rb:26:in `render_to_body' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:97:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rendering.rb:16:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:41:in `block in render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:40:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/base.rb:189:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:383:in `_run__304966588356269336__process_action__callbacks' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:80:in `run_callbacks' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `block in instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/params_wrapper.rb:245:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/base.rb:136:in `process' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:44:in `process' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal.rb:195:in `dispatch' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal.rb:231:in `block in action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:80:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:80:in `dispatch' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:48:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:71:in `block in call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:59:in `each' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:59:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:680:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/head.rb:11:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/params_parser.rb:27:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/flash.rb:241:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/cookies.rb:486:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/query_cache.rb:36:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/migration.rb:369:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:373:in `_run__710920398405337163__call__callbacks' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:80:in `run_callbacks' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/reloader.rb:64:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/remote_ip.rb:76:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/rack/logger.rb:38:in `call_app' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/rack/logger.rb:20:in `block in call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/tagged_logging.rb:67:in `block in tagged' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/tagged_logging.rb:25:in `tagged' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/tagged_logging.rb:67:in `tagged' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/rack/logger.rb:20:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/request_id.rb:21:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/cache/strategy/local_cache.rb:83:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/static.rb:64:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/engine.rb:511:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/application.rb:97:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered sessions/new.html.erb within layouts/application (3.1ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (/Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/sessions/new.html.erb:8: syntax error, unexpected ')' ...append=( label_tag :password, );@output_buffer.safe_append=' ... ^ /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/sessions/new.html.erb:15: syntax error, unexpected keyword_end, expecting ')' '; end ^ /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/sessions/new.html.erb:17: syntax error, unexpected keyword_ensure, expecting ')' /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/sessions/new.html.erb:19: syntax error, unexpected keyword_end, expecting ')'): 5: 6: 7:8: <%= label_tag :password, %> 9: <%= password_field_tag :password %> 10:
11: 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' /usr/local/rbenv/versions/2.1.1/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:383:in `_run__304966588356269336__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' 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__710920398405337163__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' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.0ms) Started GET "/" for 127.0.0.1 at 2014-03-03 11:32:43 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (1.6ms) Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 11:32:43 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 11:32:43 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 11:32:43 -0500 Started POST "/sessions/new" for 127.0.0.1 at 2014-03-03 11:32:47 -0500 ActionController::RoutingError (No route matches [POST] "/sessions/new"): 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' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.8ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (33.8ms) Started POST "/sessions/new" for 127.0.0.1 at 2014-03-03 11:33:38 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m ActionController::RoutingError (No route matches [POST] "/sessions/new"): 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' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.3ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (22.6ms) Started GET "/sessions/new" for 127.0.0.1 at 2014-03-03 11:33:44 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (10.9ms) Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 11:33:44 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 11:33:44 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 11:33:44 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 11:33:46 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"qjaf5MICfY+NI39tckQw01IEzAP12I0SVV9LvTrjHHo=", "email"=>"", "password"=>"[FILTERED]", "commit"=>"Save changes"} Completed 500 Internal Server Error in 3ms ActionView::MissingTemplate (Missing template sessions/create, application/create with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/patrick/Projects/dismissible_blocks/test/dummy/app/views" ): 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/abstract_renderer.rb:18:in `find_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:8: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' /usr/local/rbenv/versions/2.1.1/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:383:in `_run__2522749579492776536__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' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35: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__2999872747865649731__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' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started GET "/" for 127.0.0.1 at 2014-03-03 11:46:25 -0500 ActiveRecord::PendingMigrationError (Migrations are pending; run 'bin/rake db:migrate RAILS_ENV=development' to resolve this issue.): activerecord (4.0.3) lib/active_record/migration.rb:379:in `check_pending!' activerecord (4.0.3) lib/active_record/migration.rb:366: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__3706628642686608534__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' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.2ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.1ms) [1m[36m (2.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m [1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Migrating to CreateUsers (20140303154458) [1m[35m (0.0ms)[0m begin transaction [1m[36m (0.3ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "password" varchar(255), "created_at" datetime, "updated_at" datetime) [0m [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140303154458"]] [1m[36m (1.2ms)[0m [1mcommit transaction[0m Migrating to AddDismissedBlocksToUsers (20140303161500) [1m[35m (0.1ms)[0m begin transaction [1m[36m (0.5ms)[0m [1mALTER TABLE "users" ADD "dismissed_blocks" text[0m [1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140303161500"]] [1m[36m (0.9ms)[0m [1mcommit transaction[0m [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2014-03-03 11:46:59 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (16.0ms) Completed 200 OK in 38ms (Views: 37.8ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 11:46:59 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 11:46:59 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 11:46:59 -0500 Started GET "/" for 127.0.0.1 at 2014-03-03 14:24:04 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Processing by SessionsController#new as HTML Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `authenticated?' for #Find me in app/views/landings/show.html.erb
3:<%= link_to 'Logout', session_path, method: :delete %>
app/views/landings/show.html.erb:3:in `_app_views_landings_show_html_erb___726941568275129737_70230786669920' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (10.6ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.9ms) Started GET "/" for 127.0.0.1 at 2014-03-03 14:51:38 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Started GET "/login" for 127.0.0.1 at 2014-03-03 14:51:38 -0500 Processing by SessionsController#new as HTML Redirected to http://dev.patrickbougie.com:3000/landing Completed 302 Found in 18ms (ActiveRecord: 0.0ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:51:38 -0500 Processing by LandingsController#show as HTML Rendered landings/show.html.erb within layouts/application (1.5ms) Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:51:38 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:51:38 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:51:38 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:51:38 -0500 Started GET "/logout" for 127.0.0.1 at 2014-03-03 14:51:45 -0500 Processing by SessionsController#destroy as HTML Completed 500 Internal Server Error in 4ms ActionView::MissingTemplate (Missing template sessions/destroy, application/destroy with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/patrick/Projects/dismissible_blocks/test/dummy/app/views" ): 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/abstract_renderer.rb:18:in `find_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:8: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' /usr/local/rbenv/versions/2.1.1/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:393:in `_run__4525039978036543761__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' 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__2771652507346200155__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' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.7ms) Started GET "/logout" for 127.0.0.1 at 2014-03-03 14:53:00 -0500 Processing by SessionsController#destroy as HTML Redirected to http://dev.patrickbougie.com:3000/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2014-03-03 14:53:00 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (1.7ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:53:00 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:53:00 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:53:00 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:53:00 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:53:06 -0500 Processing by LandingsController#show as HTML Rendered landings/show.html.erb within layouts/application (0.4ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:53:06 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:53:06 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:53:06 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:53:06 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:53:13 -0500 Processing by LandingsController#show as HTML Rendered landings/show.html.erb within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:53:13 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:53:13 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:53:13 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:53:13 -0500 Started GET "/logout" for 127.0.0.1 at 2014-03-03 14:53:17 -0500 Processing by SessionsController#destroy as HTML Completed 500 Internal Server Error in 1ms Dummy::Unauthorized (Dummy::Unauthorized): app/controllers/application_controller.rb:12:in `check_authentication' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.8ms) Started GET "/logout" for 127.0.0.1 at 2014-03-03 14:53:39 -0500 Processing by SessionsController#destroy as HTML Completed 500 Internal Server Error in 1ms Dummy::Unauthorized (Dummy::Unauthorized): app/controllers/application_controller.rb:12:in `check_authentication' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.2ms) Started GET "/" for 127.0.0.1 at 2014-03-03 14:54:03 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 14:54:03 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:54:03 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:03 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:03 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:03 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 14:54:05 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"BqCNDhH/YvTQnvMJSzrEhVYjpJ3Sj6Pc2yjC+E7nkXc=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 6ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:54:05 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:05 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:05 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:05 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:54:09 -0500 Processing by LandingsController#show as HTML Completed 500 Internal Server Error in 1ms Dummy::Unauthorized (Dummy::Unauthorized): app/controllers/application_controller.rb:12:in `check_authentication' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.2ms) Started POST "/login" for 127.0.0.1 at 2014-03-03 14:54:15 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"BqCNDhH/YvTQnvMJSzrEhVYjpJ3Sj6Pc2yjC+E7nkXc=", "username"=>"sfvfd", "password"=>"[FILTERED]", "commit"=>"Login"} [1m[35mUser Load (1.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."username" = 'sfvfd' AND "users"."password" = 'dfvw' LIMIT 1 Rendered sessions/new.html.erb within layouts/application (1.1ms) Completed 200 OK in 15ms (Views: 6.0ms | ActiveRecord: 1.6ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:15 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:54:15 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:15 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:15 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 14:54:22 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"BqCNDhH/YvTQnvMJSzrEhVYjpJ3Sj6Pc2yjC+E7nkXc=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:22 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:54:22 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:22 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:22 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 14:54:26 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"BqCNDhH/YvTQnvMJSzrEhVYjpJ3Sj6Pc2yjC+E7nkXc=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' AND "users"."password" = 'lorem' LIMIT 1[0m Redirected to http://dev.patrickbougie.com:3000/landing Completed 302 Found in 7ms (ActiveRecord: 0.3ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:54:26 -0500 Processing by LandingsController#show as HTML Rendered landings/show.html.erb within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:26 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:26 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:54:26 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:26 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:54:33 -0500 Processing by LandingsController#show as HTML Rendered landings/show.html.erb within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:54:33 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:33 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:33 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:33 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 14:54:41 -0500 Processing by SessionsController#new as HTML Redirected to http://dev.patrickbougie.com:3000/landing Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:54:41 -0500 Processing by LandingsController#show as HTML Rendered landings/show.html.erb within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:41 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:54:41 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:41 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:41 -0500 Started GET "/logout" for 127.0.0.1 at 2014-03-03 14:54:45 -0500 Processing by SessionsController#destroy as HTML Redirected to http://dev.patrickbougie.com:3000/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2014-03-03 14:54:45 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.8ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:45 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:45 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:54:45 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:54:45 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 14:56:25 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"XcSPdFmuRB3KX6GRIdxotdxTWVVBZJiNUFFYC5ECfVs=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} [1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' AND "users"."password" = 'lorem' LIMIT 1 Redirected to http://dev.patrickbougie.com:3000/landing Completed 302 Found in 3ms (ActiveRecord: 0.3ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:56:25 -0500 Processing by LandingsController#show as HTML ERROR: compiling _app_views_landings_show_html_erb__3683641732647192575_70162090281620 RAISED /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/landings/show.html.erb:12: syntax error, unexpected keyword_ensure, expecting end-of-input Function body: def _app_views_landings_show_html_erb__3683641732647192575_70162090281620(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "landings/show";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_append='Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vitae.
Hide';@output_buffer.append=( link_to 'Logout', logout_path );@output_buffer.safe_append='
';@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:299:in `module_eval' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:299:in `compile' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:248:in `block in compile!' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:236:in `synchronize' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:236:in `compile!' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:142:in `block in render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:161:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:141:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `block in instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:47:in `render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:17:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/renderer.rb:23:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:127:in `_render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/streaming.rb:219:in `_render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:120:in `render_to_body' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rendering.rb:33:in `render_to_body' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/renderers.rb:26:in `render_to_body' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:97:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rendering.rb:16:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:41:in `block in render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:40:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/base.rb:189:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:393:in `_run__2431058125731104538__process_action__callbacks' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:80:in `run_callbacks' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `block in instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/params_wrapper.rb:245:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/base.rb:136:in `process' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:44:in `process' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal.rb:195:in `dispatch' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal.rb:231:in `block in action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:80:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:80:in `dispatch' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:48:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:71:in `block in call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:59:in `each' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:59:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:680:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/head.rb:11:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/params_parser.rb:27:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/flash.rb:241:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/cookies.rb:486:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/query_cache.rb:36:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/migration.rb:369:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:373:in `_run__2771652507346200155__call__callbacks' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:80:in `run_callbacks' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/reloader.rb:64:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/remote_ip.rb:76:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/rack/logger.rb:38:in `call_app' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/rack/logger.rb:20:in `block in call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/tagged_logging.rb:67:in `block in tagged' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/tagged_logging.rb:25:in `tagged' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/tagged_logging.rb:67:in `tagged' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/rack/logger.rb:20:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/request_id.rb:21:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/cache/strategy/local_cache.rb:83:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/static.rb:64:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/engine.rb:511:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/application.rb:97:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered landings/show.html.erb within layouts/application (3.4ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (/Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/landings/show.html.erb:12: syntax error, unexpected keyword_ensure, expecting end-of-input): 9: 10:<%= link_to 'Logout', logout_path %>
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' /usr/local/rbenv/versions/2.1.1/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:393:in `_run__2431058125731104538__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' 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__2771652507346200155__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' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.5ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:57:59 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Processing by LandingsController#show as HTML ERROR: compiling _app_views_landings_show_html_erb___1735810511068692357_70177430418660 RAISED /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/landings/show.html.erb:12: syntax error, unexpected keyword_ensure, expecting end-of-input Function body: def _app_views_landings_show_html_erb___1735810511068692357_70177430418660(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "landings/show";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_append='Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vitae.
Hide';@output_buffer.append=( link_to 'Logout', logout_path );@output_buffer.safe_append='
';@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:299:in `module_eval' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:299:in `compile' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:248:in `block in compile!' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:236:in `synchronize' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:236:in `compile!' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:142:in `block in render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:161:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/template.rb:141:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `block in instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:47:in `render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/template_renderer.rb:17:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_view/renderer/renderer.rb:23:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:127:in `_render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/streaming.rb:219:in `_render_template' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:120:in `render_to_body' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rendering.rb:33:in `render_to_body' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/renderers.rb:26:in `render_to_body' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:97:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rendering.rb:16:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:41:in `block in render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:40:in `render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/base.rb:189:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:393:in `_run__3798149170469867778__process_action__callbacks' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:80:in `run_callbacks' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `block in instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/notifications.rb:159:in `instrument' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/params_wrapper.rb:245:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/base.rb:136:in `process' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/abstract_controller/rendering.rb:44:in `process' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal.rb:195:in `dispatch' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_controller/metal.rb:231:in `block in action' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:80:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:80:in `dispatch' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:48:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:71:in `block in call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:59:in `each' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/journey/router.rb:59:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:680:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/head.rb:11:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/params_parser.rb:27:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/flash.rb:241:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/cookies.rb:486:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/query_cache.rb:36:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activerecord-4.0.3/lib/active_record/migration.rb:369:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:373:in `_run__3702096360073162576__call__callbacks' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/callbacks.rb:80:in `run_callbacks' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/reloader.rb:64:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/remote_ip.rb:76:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/rack/logger.rb:38:in `call_app' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/rack/logger.rb:20:in `block in call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/tagged_logging.rb:67:in `block in tagged' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/tagged_logging.rb:25:in `tagged' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/tagged_logging.rb:67:in `tagged' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/rack/logger.rb:20:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/request_id.rb:21:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/cache/strategy/local_cache.rb:83:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/static.rb:64:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/engine.rb:511:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/railties-4.0.3/lib/rails/application.rb:97:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call' /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered landings/show.html.erb within layouts/application (3.9ms) Completed 500 Internal Server Error in 25ms ActionView::Template::Error (/Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/landings/show.html.erb:12: syntax error, unexpected keyword_ensure, expecting end-of-input): 9: 10:<%= link_to 'Logout', logout_path %>
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' /usr/local/rbenv/versions/2.1.1/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:393:in `_run__3798149170469867778__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' 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__3702096360073162576__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' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.5ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:58:13 -0500 Processing by LandingsController#show as HTML ERROR: compiling _app_views_landings_show_html_erb___1735810511068692357_70177439586020 RAISED /Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/landings/show.html.erb:10: syntax error, unexpected keyword_ensure, expecting end-of-input Function body: def _app_views_landings_show_html_erb___1735810511068692357_70177439586020(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "landings/show";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_append='Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vitae.
HideLorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vitae.
6: Hide app/views/landings/show.html.erb:3:in `_app_views_landings_show_html_erb___1735810511068692357_70177440118540' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.5ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:58:34 -0500 Processing by LandingsController#show as HTML Rendered landings/show.html.erb within layouts/application (0.9ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (DismissibleBlocks::ModelUnavailable): 1:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vitae.
6: Hide app/views/landings/show.html.erb:3:in `_app_views_landings_show_html_erb___1735810511068692357_70177440118540' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.7ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:58:35 -0500 Processing by LandingsController#show as HTML Rendered landings/show.html.erb within layouts/application (1.0ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (DismissibleBlocks::ModelUnavailable): 1:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vitae.
6: Hide app/views/landings/show.html.erb:3:in `_app_views_landings_show_html_erb___1735810511068692357_70177440118540' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.8ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:59:38 -0500 Processing by LandingsController#show as HTML [1m[35mUser Load (0.4ms)[0m SELECT "users".* FROM "users" WHERE "users"."name" = 'patrick' LIMIT 1 SQLite3::SQLException: no such column: users.name: SELECT "users".* FROM "users" WHERE "users"."name" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (7.8ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (SQLite3::SQLException: no such column: users.name: SELECT "users".* FROM "users" WHERE "users"."name" = 'patrick' LIMIT 1): 1:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vitae.
6: Hide app/controllers/application_controller.rb:6:in `current_user' app/views/landings/show.html.erb:3:in `_app_views_landings_show_html_erb___1735810511068692357_70177440118540' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.3ms) Started GET "/" for 127.0.0.1 at 2014-03-03 15:01:24 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Started GET "/login" for 127.0.0.1 at 2014-03-03 15:01:24 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (2.2ms) Completed 200 OK in 38ms (Views: 24.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:01:24 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:24 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:24 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:24 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 15:01:25 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"XcSPdFmuRB3KX6GRIdxotdxTWVVBZJiNUFFYC5ECfVs=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."username" = '' AND "users"."password" = '' LIMIT 1 Rendered sessions/new.html.erb within layouts/application (0.9ms) Completed 200 OK in 11ms (Views: 4.2ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:01:25 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:25 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:25 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:25 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 15:01:30 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"XcSPdFmuRB3KX6GRIdxotdxTWVVBZJiNUFFYC5ECfVs=", "username"=>"fewe", "password"=>"[FILTERED]", "commit"=>"Login"} [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."username" = 'fewe' AND "users"."password" = 'eqfwerf' LIMIT 1[0m Rendered sessions/new.html.erb within layouts/application (1.0ms) Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:01:30 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:30 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:30 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:30 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 15:01:37 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"XcSPdFmuRB3KX6GRIdxotdxTWVVBZJiNUFFYC5ECfVs=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' AND "users"."password" = '' LIMIT 1 Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.2ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:37 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:01:37 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:37 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:37 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 15:01:40 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"XcSPdFmuRB3KX6GRIdxotdxTWVVBZJiNUFFYC5ECfVs=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} [1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' AND "users"."password" = 'lorem' LIMIT 1[0m Redirected to http://dev.patrickbougie.com:3000/landing Completed 302 Found in 11ms (ActiveRecord: 0.4ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:01:40 -0500 Processing by LandingsController#show as HTML [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (2.2ms) Completed 200 OK in 9ms (Views: 6.5ms | ActiveRecord: 0.2ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:40 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:40 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:40 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:01:40 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:01:45 -0500 Processing by LandingsController#show as HTML [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1[0m Rendered landings/show.html.erb within layouts/application (1.3ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:01:45 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:45 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:45 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:45 -0500 Started GET "/slogin" for 127.0.0.1 at 2014-03-03 15:01:48 -0500 ActionController::RoutingError (No route matches [GET] "/slogin"): 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' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.2ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (25.9ms) Started GET "/login" for 127.0.0.1 at 2014-03-03 15:01:52 -0500 Processing by SessionsController#new as HTML Redirected to http://dev.patrickbougie.com:3000/landing Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:01:52 -0500 Processing by LandingsController#show as HTML [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.3ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:52 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:52 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:01:52 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:01:52 -0500 Started GET "/logout" for 127.0.0.1 at 2014-03-03 15:02:04 -0500 Processing by SessionsController#destroy as HTML Redirected to http://dev.patrickbougie.com:3000/login Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2014-03-03 15:02:04 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:02:04 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:02:04 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:02:04 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:02:04 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:02:06 -0500 Processing by LandingsController#show as HTML Completed 500 Internal Server Error in 1ms Dummy::Unauthorized (Dummy::Unauthorized): app/controllers/application_controller.rb:13:in `check_authentication' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.1ms) Started POST "/login" for 127.0.0.1 at 2014-03-03 15:02:24 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MzNTkrTISIW7qdz5Ho7KzCdAA+wUuSM0beTNWn2L0sI=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' AND "users"."password" = 'adssad' LIMIT 1[0m Rendered sessions/new.html.erb within layouts/application (0.9ms) Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:02:24 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:02:24 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:02:24 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:02:24 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:03:13 -0500 Processing by LandingsController#show as HTML Completed 500 Internal Server Error in 1ms Dummy::Unauthorized (Dummy::Unauthorized): app/controllers/application_controller.rb:13:in `check_authentication' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.6ms) Started GET "/login" for 127.0.0.1 at 2014-03-03 15:03:18 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.8ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:03:18 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:03:18 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:03:18 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:03:18 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 15:03:27 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MzNTkrTISIW7qdz5Ho7KzCdAA+wUuSM0beTNWn2L0sI=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' AND "users"."password" = 'test' LIMIT 1 Rendered sessions/new.html.erb within layouts/application (1.2ms) Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.2ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:03:27 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:03:27 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:03:27 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:03:27 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 15:03:33 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MzNTkrTISIW7qdz5Ho7KzCdAA+wUuSM0beTNWn2L0sI=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' AND "users"."password" = 'lorem' LIMIT 1[0m Redirected to http://dev.patrickbougie.com:3000/landing Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:03:33 -0500 Processing by LandingsController#show as HTML [1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.8ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.3ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:03:33 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:03:33 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:03:33 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:03:33 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:04:20 -0500 Processing by LandingsController#show as HTML [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1[0m Rendered landings/show.html.erb within layouts/application (1.6ms) Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:04:20 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:04:20 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:04:20 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:04:20 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:04:39 -0500 Processing by LandingsController#show as HTML [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.6ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:04:39 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:04:39 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:04:39 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:04:39 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:05:20 -0500 Processing by LandingsController#show as HTML [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1[0m Rendered landings/show.html.erb within layouts/application (1.3ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:05:20 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:05:20 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:05:20 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:05:20 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:06:41 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Processing by LandingsController#show as HTML [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (17.8ms) Completed 200 OK in 79ms (Views: 58.0ms | ActiveRecord: 0.6ms) Started GET "/stylesheets/jquery.css" for 127.0.0.1 at 2014-03-03 15:06:41 -0500 ActionController::RoutingError (No route matches [GET] "/stylesheets/jquery.css"): 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' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.0ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (36.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:06:41 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:06:41 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:06:41 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:06:41 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:07:53 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Processing by LandingsController#show as HTML [1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (16.5ms) Completed 200 OK in 97ms (Views: 86.1ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:07:53 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:07:53 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:07:53 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:07:53 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:07:53 -0500 Started POST "/dismissible_blocks.json" for 127.0.0.1 at 2014-03-03 15:07:55 -0500 Processing by DismissibleBlocksController#create as JSON Parameters: {"block"=>"lorem"} Can't verify CSRF token authenticity Completed 422 Unprocessable Entity in 4ms ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken): actionpack (4.0.3) lib/action_controller/metal/request_forgery_protection.rb:163:in `handle_unverified_request' actionpack (4.0.3) lib/action_controller/metal/request_forgery_protection.rb:170:in `handle_unverified_request' actionpack (4.0.3) lib/action_controller/metal/request_forgery_protection.rb:177:in `verify_authenticity_token' activesupport (4.0.3) lib/active_support/callbacks.rb:377:in `_run__3926277991708054287__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' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35: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__2925187355184949263__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' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.3ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.3ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.5ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (28.6ms) Started GET "/" for 127.0.0.1 at 2014-03-03 15:10:32 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Started GET "/login" for 127.0.0.1 at 2014-03-03 15:10:32 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (2.9ms) Completed 200 OK in 42ms (Views: 30.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:10:32 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:10:32 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:10:32 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:10:32 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:10:32 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 15:10:35 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xt39WCC87imSKAPNGpVG79b3OU2C4P6k4+sNq5R6Gag=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."username" = '' AND "users"."password" = '' LIMIT 1 Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 12ms (Views: 4.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:10:35 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:10:35 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:10:35 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:10:35 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:10:35 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 15:10:42 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xt39WCC87imSKAPNGpVG79b3OU2C4P6k4+sNq5R6Gag=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' AND "users"."password" = 'lorem' LIMIT 1[0m Redirected to http://dev.patrickbougie.com:3000/landing Completed 302 Found in 8ms (ActiveRecord: 0.3ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:10:42 -0500 Processing by LandingsController#show as HTML [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (2.5ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:10:42 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:10:42 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:10:42 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:10:42 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:10:42 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:10:47 -0500 Processing by LandingsController#show as HTML [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1[0m Rendered landings/show.html.erb within layouts/application (1.3ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:10:47 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:10:47 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:10:47 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:10:47 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:10:47 -0500 Started POST "/dismissible_blocks.json" for 127.0.0.1 at 2014-03-03 15:10:48 -0500 Processing by DismissibleBlocksController#create as JSON Parameters: {"block"=>"lorem"} Can't verify CSRF token authenticity Completed 422 Unprocessable Entity in 1ms ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken): actionpack (4.0.3) lib/action_controller/metal/request_forgery_protection.rb:163:in `handle_unverified_request' actionpack (4.0.3) lib/action_controller/metal/request_forgery_protection.rb:170:in `handle_unverified_request' actionpack (4.0.3) lib/action_controller/metal/request_forgery_protection.rb:177:in `verify_authenticity_token' activesupport (4.0.3) lib/active_support/callbacks.rb:377:in `_run__2154891283768868013__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' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35: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__378463831048549808__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' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /usr/local/rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.2ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:14:42 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Processing by LandingsController#show as HTML [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (19.1ms) Completed 200 OK in 71ms (Views: 52.3ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:14:42 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:14:42 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:14:42 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:14:42 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:14:42 -0500 Started POST "/dismissible_blocks.json" for 127.0.0.1 at 2014-03-03 15:14:44 -0500 ActionController::RoutingError (undefined method `skip_before_action' for DismissibleBlocks::Controller:Module): /Users/patrick/Projects/dismissible_blocks/lib/dismissible_blocks/controller.rb:2:in `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vitae.
6: app/views/landings/show.html.erb:3:in `_app_views_landings_show_html_erb___3265844691048323787_70306957110820' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (42.6ms) Started GET "/landing" for 127.0.0.1 at 2014-03-04 17:22:41 -0500 Processing by LandingsController#show as HTML [1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."username" = 'john' LIMIT 1[0m Rendered landings/show.html.erb within layouts/application (2.5ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (DismissibleBlocks::AttributeNotArray): 1:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vitae.
6: app/views/landings/show.html.erb:3:in `_app_views_landings_show_html_erb___3265844691048323787_70306957110820' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.2ms) Started GET "/landing" for 127.0.0.1 at 2014-03-04 17:22:43 -0500 Processing by LandingsController#show as HTML [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."username" = 'john' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.5ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (DismissibleBlocks::AttributeNotArray): 1:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vitae.
6: app/views/landings/show.html.erb:3:in `_app_views_landings_show_html_erb___3265844691048323787_70306957110820' Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/patrick/Projects/dismissible_blocks/.bundle/gems/ruby/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.3ms) Started GET "/landing" for 127.0.0.1 at 2014-03-04 17:22:53 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Processing by LandingsController#show as HTML [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."username" = 'john' LIMIT 1 Rendered landings/show.html.erb within layouts/application (16.4ms) Completed 200 OK in 76ms (Views: 59.9ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 17:22:53 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 17:22:53 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 17:22:53 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 17:22:53 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 17:22:53 -0500