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)  (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20140303154458)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "password" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140303154458"]]  (1.0ms) commit transaction Migrating to AddDismissedBlocksToUsers (20140303161500)  (0.1ms) begin transaction  (0.5ms) ALTER TABLE "users" ADD "dismissed_blocks" text SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140303161500"]]  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2014-03-03 11:23:31 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" 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 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" 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 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" 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)  (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20140303154458)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "password" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140303154458"]]  (1.2ms) commit transaction Migrating to AddDismissedBlocksToUsers (20140303161500)  (0.1ms) begin transaction  (0.5ms) ALTER TABLE "users" ADD "dismissed_blocks" text SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140303161500"]]  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2014-03-03 11:46:59 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" 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 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SessionsController#new as HTML Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `authenticated?' for #): app/controllers/sessions_controller.rb:5:in `new' 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 (10.7ms) 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 (26.6ms) Started GET "/" for 127.0.0.1 at 2014-03-03 14:24:19 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (11.7ms) Completed 200 OK in 28ms (Views: 27.3ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:24:19 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:24:19 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:24:19 -0500 Started GET "/" for 127.0.0.1 at 2014-03-03 14:24:21 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.8ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:24:21 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:24:21 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:24:21 -0500 Started GET "/" for 127.0.0.1 at 2014-03-03 14:25:26 -0500 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/sessions/new" for 127.0.0.1 at 2014-03-03 14:25:26 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (2.4ms) Completed 200 OK in 29ms (Views: 18.6ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:25:26 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:25:26 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:25:26 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:25:30 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "email"=>"", "password"=>"[FILTERED]", "commit"=>"Save changes"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = '' AND "users"."password" = '' LIMIT 1 SQLite3::SQLException: no such column: users.email: SELECT "users".* FROM "users" WHERE "users"."email" = '' AND "users"."password" = '' LIMIT 1 Completed 500 Internal Server Error in 23ms ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: users.email: SELECT "users".* FROM "users" WHERE "users"."email" = '' AND "users"."password" = '' LIMIT 1): app/models/user.rb:6:in `authenticate' app/controllers/sessions_controller.rb:12:in `create' 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.4ms) 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.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 (18.0ms) Started GET "/sessions/new" for 127.0.0.1 at 2014-03-03 14:25:56 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:25:56 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:25:56 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:25:56 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:25:57 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "email"=>"", "password"=>"[FILTERED]", "commit"=>"Save changes"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = '' AND "users"."password" = '' LIMIT 1 SQLite3::SQLException: no such column: users.email: SELECT "users".* FROM "users" WHERE "users"."email" = '' AND "users"."password" = '' LIMIT 1 Completed 500 Internal Server Error in 3ms ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: users.email: SELECT "users".* FROM "users" WHERE "users"."email" = '' AND "users"."password" = '' LIMIT 1): app/models/user.rb:7:in `authenticate' app/controllers/sessions_controller.rb:12:in `create' 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.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 (12.7ms) Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:26:15 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "email"=>"", "password"=>"[FILTERED]", "commit"=>"Save changes"} Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:15 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:15 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:15 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:26:17 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "email"=>"", "password"=>"[FILTERED]", "commit"=>"Save changes"} Rendered sessions/new.html.erb within layouts/application (1.0ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:17 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:17 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:17 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:26:18 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "email"=>"", "password"=>"[FILTERED]", "commit"=>"Save changes"} Rendered sessions/new.html.erb within layouts/application (0.9ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:18 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:18 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:18 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:26:19 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "email"=>"", "password"=>"[FILTERED]", "commit"=>"Save changes"} Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:19 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:19 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:19 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:26:20 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "email"=>"", "password"=>"[FILTERED]", "commit"=>"Save changes"} Rendered sessions/new.html.erb within layouts/application (0.8ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:20 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:20 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:20 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:26:21 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "email"=>"", "password"=>"[FILTERED]", "commit"=>"Save changes"} Rendered sessions/new.html.erb within layouts/application (0.8ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:21 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:21 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:21 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:26:22 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "email"=>"", "password"=>"[FILTERED]", "commit"=>"Save changes"} Rendered sessions/new.html.erb within layouts/application (0.7ms) 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:26:22 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:22 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:26:22 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:26:42 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "email"=>"sdcds@wedwqe.com", "password"=>"[FILTERED]", "commit"=>"Save changes"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'sdcds@wedwqe.com' AND "users"."password" = 'sadcsad' LIMIT 1 SQLite3::SQLException: no such column: users.email: SELECT "users".* FROM "users" WHERE "users"."email" = 'sdcds@wedwqe.com' AND "users"."password" = 'sadcsad' LIMIT 1 Completed 500 Internal Server Error in 3ms ActiveRecord::StatementInvalid (SQLite3::SQLException: no such column: users.email: SELECT "users".* FROM "users" WHERE "users"."email" = 'sdcds@wedwqe.com' AND "users"."password" = 'sadcsad' LIMIT 1): app/models/user.rb:7:in `authenticate' app/controllers/sessions_controller.rb:12:in `create' 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 (1.5ms) 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 (15.8ms) Started GET "/" for 127.0.0.1 at 2014-03-03 14:32:39 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/sessions/new" for 127.0.0.1 at 2014-03-03 14:32:39 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 45ms (Views: 29.6ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:32:39 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:32:39 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:32:39 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:32:41 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Save changes"} Rendered sessions/new.html.erb within layouts/application (0.8ms) Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:32:41 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:32:41 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:32:41 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:33:05 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Save changes"} Rendered sessions/new.html.erb within layouts/application (1.2ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:33:05 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:33:05 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:33:05 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:33:33 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Save changes"} Rendered sessions/new.html.erb within layouts/application (1.1ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:33:33 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:33:33 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:33:33 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:33:38 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:33:38 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:33:38 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:33:38 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:38:39 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} Rendered sessions/new.html.erb within layouts/application (1.0ms) Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.0ms) Started GET "/stylesheets/application.css" for 127.0.0.1 at 2014-03-03 14:38:39 -0500 ActionController::RoutingError (No route matches [GET] "/stylesheets/application.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 (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 (5.5ms) 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 (28.3ms) Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:38:39 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:38:39 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:38:39 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:39:09 -0500 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} Rendered sessions/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 40ms (Views: 28.6ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:39:09 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:39:09 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:39:09 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:39:09 -0500 Started GET "/" for 127.0.0.1 at 2014-03-03 14:42:30 -0500 Started GET "/sessions/new" for 127.0.0.1 at 2014-03-03 14:42:30 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:42:30 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:42:30 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:42:30 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:42:30 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:42:34 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} Rendered sessions/new.html.erb within layouts/application (0.8ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:42:35 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:42:35 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:42:35 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:42:35 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:43:11 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} Rendered sessions/new.html.erb within layouts/application (8.7ms) Completed 200 OK in 14ms (Views: 11.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:43:11 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:43:11 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:43:11 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:43:11 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:43:43 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} Rendered sessions/new.html.erb within layouts/application (0.9ms) Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:43:43 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:43:43 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:43:43 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:43:43 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:43:48 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} Rendered sessions/new.html.erb within layouts/application (0.9ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:43:48 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:43:48 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:43:48 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:43:48 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:43:50 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"dfsf", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'dfsf' AND "users"."password" = 'wfgrev' LIMIT 1 Rendered sessions/new.html.erb within layouts/application (1.3ms) Completed 200 OK in 17ms (Views: 7.8ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:43:50 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:43:50 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:43:50 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:43:50 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:44:07 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' AND "users"."password" = 'lorem' LIMIT 1 Rendered sessions/new.html.erb within layouts/application (1.3ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:44:07 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:44:07 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:44:07 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:44:07 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:45:10 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} Rendered sessions/new.html.erb within layouts/application (0.9ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:45:10 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:45:10 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:45:10 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:45:10 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:45:13 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} Rendered sessions/new.html.erb within layouts/application (0.6ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:45:13 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:45:13 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:45:13 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:45:13 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:45:16 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' AND "users"."password" = 'lorem' LIMIT 1 Rendered sessions/new.html.erb within layouts/application (1.2ms) Completed 200 OK in 9ms (Views: 6.6ms | ActiveRecord: 0.3ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:45:16 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:45:16 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:45:16 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:45:16 -0500 Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:45:56 -0500 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' AND "users"."password" = 'lorem' LIMIT 1 Completed 500 Internal Server Error in 20ms ArgumentError (wrong number of arguments (0 for 1)): app/controllers/application_controller.rb:21:in `signin' app/controllers/sessions_controller.rb:14:in `create' 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 (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.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 (20.6ms) Started POST "/sessions" for 127.0.0.1 at 2014-03-03 14:46:22 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N7mz7UR6khFA36DmNY0V2g8tZtAF66Yg0WwAwEqMofM=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) 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 12ms (ActiveRecord: 0.9ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:46:22 -0500 Processing by LandingsController#show as HTML Rendered landings/show.html.erb within layouts/application (0.4ms) Completed 200 OK in 24ms (Views: 23.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:46:22 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:46:23 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:46:23 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:46:23 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:48:30 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by LandingsController#show as HTML Rendered landings/show.html.erb within layouts/application (3.3ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"sessions"} missing required keys: [:id]): 1:

Dummy

2:

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 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" 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"} User Load (1.0ms) 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"} User Load (0.2ms) 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 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"} User Load (0.3ms) 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='

Dummy

';@output_buffer.append=( render_dismissible_block 'lorem' );@output_buffer.safe_append='

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vitae.

Hide
'; end @output_buffer.safe_append='

';@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 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" 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='

Dummy

';@output_buffer.append=( render_dismissible_block 'lorem' );@output_buffer.safe_append='

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vitae.

Hide
'; end @output_buffer.safe_append='

';@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='

Dummy

';@output_buffer.append=( render_dismissible_block 'lorem' );@output_buffer.safe_append='

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vitae.

Hide
'; 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: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 (1.2ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (/Users/patrick/Projects/dismissible_blocks/test/dummy/app/views/landings/show.html.erb:10: syntax error, unexpected keyword_ensure, expecting end-of-input): 7: 8: <% end %> 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.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.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 (9.5ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:58:19 -0500 Processing by LandingsController#show as HTML Rendered landings/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 24ms (Views: 23.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 14:58:19 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 14:58:19 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 14:58:19 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 14:58:19 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 14:58:27 -0500 Processing by LandingsController#show as HTML Rendered landings/show.html.erb within layouts/application (1.2ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (DismissibleBlocks::ModelUnavailable): 1:

Dummy

2: 3: <%= render_dismissible_block 'lorem' do %> 4:
5:

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.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:

Dummy

2: 3: <%= render_dismissible_block 'lorem' do %> 4:
5:

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:

Dummy

2: 3: <%= render_dismissible_block 'lorem' do %> 4:
5:

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 User Load (0.4ms) 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:

Dummy

2: 3: <%= render_dismissible_block 'lorem' do %> 4:
5:

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 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" 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"} User Load (0.1ms) 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"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'fewe' AND "users"."password" = 'eqfwerf' LIMIT 1 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"} User Load (0.2ms) 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"} User Load (0.3ms) 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 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 User Load (0.2ms) 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 User Load (0.2ms) 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: 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 User Load (0.2ms) 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"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' AND "users"."password" = 'adssad' LIMIT 1 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"} User Load (0.2ms) 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"} User Load (0.2ms) 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 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 User Load (0.3ms) 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 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 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 User Load (0.2ms) 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 User Load (0.2ms) 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: 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 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by LandingsController#show as HTML User Load (0.2ms) 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 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by LandingsController#show as HTML User Load (0.3ms) 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 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" 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"} User Load (0.1ms) 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"} User Load (0.2ms) 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 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 User Load (0.2ms) 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 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 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 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by LandingsController#show as HTML User Load (0.2ms) 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 `' /Users/patrick/Projects/dismissible_blocks/lib/dismissible_blocks/controller.rb:1:in `' /Users/patrick/Projects/dismissible_blocks/app/controllers/dismissible_blocks_controller.rb:2:in `' /Users/patrick/Projects/dismissible_blocks/app/controllers/dismissible_blocks_controller.rb:1:in `' activesupport (4.0.3) lib/active_support/dependencies.rb:424:in `load' activesupport (4.0.3) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.3) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.3) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.3) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.3) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.3) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.3) lib/active_support/inflector/methods.rb:226:in `const_get' activesupport (4.0.3) lib/active_support/inflector/methods.rb:226:in `block in constantize' activesupport (4.0.3) lib/active_support/inflector/methods.rb:224:in `each' activesupport (4.0.3) lib/active_support/inflector/methods.rb:224:in `inject' activesupport (4.0.3) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.3) lib/active_support/dependencies.rb:535:in `get' activesupport (4.0.3) lib/active_support/dependencies.rb:566:in `constantize' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:66:in `controller' actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:44: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__2297611426075634525__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 (2.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.9ms) 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.5ms) 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 (43.1ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:27:36 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (20.9ms) Completed 200 OK in 77ms (Views: 60.5ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:27:37 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:27:37 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:27:37 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:27:37 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:27:37 -0500 Started POST "/dismissible_blocks.json" for 127.0.0.1 at 2014-03-03 15:27:41 -0500 Processing by DismissibleBlocksController#create as JSON Parameters: {"block"=>"lorem"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE ("users"."username" = 'patrick' AND "users"."id" != 980190962) LIMIT 1 SQL (6.5ms) UPDATE "users" SET "dismissed_blocks" = ?, "updated_at" = ? WHERE "users"."id" = 980190962 [["dismissed_blocks", "---\n- lorem\n"], ["updated_at", Mon, 03 Mar 2014 20:27:42 UTC +00:00]]  (1.1ms) commit transaction Completed 200 OK in 31ms (Views: 0.4ms | ActiveRecord: 8.2ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:27:49 -0500 Processing by LandingsController#show as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (2.2ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:27:49 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:27:49 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:27:49 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:27:49 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:27:49 -0500 User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 Started GET "/logout" for 127.0.0.1 at 2014-03-03 15:34:43 -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:34:43 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (2.1ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:34:43 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:34:43 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:34:43 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:34:43 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:34:43 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 15:38:03 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:38:03 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:38:03 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:38:03 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:38:03 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:38:03 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 15:38:22 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (1.0ms) Completed 200 OK in 33ms (Views: 32.8ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:38:22 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:38:22 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:38:22 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:38:22 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:38:22 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 15:38:55 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.8ms) 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 15:38:55 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:38:55 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:38:55 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:38:55 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:38:55 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 15:40:09 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.6ms) Completed 200 OK in 30ms (Views: 29.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:40:09 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:40:09 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:40:09 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:40:09 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:40:09 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 15:40:22 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (1.3ms) Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:40:22 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:40:22 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:40:22 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:40:22 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:40:22 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 15:40:49 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:40:49 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:40:49 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:40:49 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:40:49 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:40:49 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 15:41:02 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (1.0ms) Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:41:02 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:41:02 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:41:02 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:41:02 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:41:02 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 15:41:35 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.6ms) Completed 200 OK in 30ms (Views: 29.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:41:35 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:41:35 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:41:35 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:41:35 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:41:35 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 15:42:51 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (1.1ms) Completed 200 OK in 35ms (Views: 34.0ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:42:51 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:42:51 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:42:51 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:42:51 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:42:51 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 15:42:53 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:42:53 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:42:53 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:42:53 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:42:53 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:42:53 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 15:43:44 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:43:44 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:43:44 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:43:44 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:43:44 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:43:44 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 15:43:59 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (1.1ms) Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:43:59 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:43:59 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:43:59 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:43:59 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:43:59 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 15:44:41 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.8ms) Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:44:41 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:44:41 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:44:41 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:44:42 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:44:42 -0500 Started GET "/" for 127.0.0.1 at 2014-03-03 15:45:17 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/login" for 127.0.0.1 at 2014-03-03 15:45:17 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (2.4ms) Completed 200 OK in 93ms (Views: 83.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:45:17 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:17 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:17 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:17 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:17 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 15:45:19 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"B4SvHiRD0Zqkh7BcRP/PB+Ou6KtVOEON2/ILXVqcSWk=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = '' AND "users"."password" = '' LIMIT 1 Rendered sessions/new.html.erb within layouts/application (1.2ms) Completed 200 OK in 18ms (Views: 6.5ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:45:19 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:19 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:19 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:19 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:19 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 15:45:23 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"B4SvHiRD0Zqkh7BcRP/PB+Ou6KtVOEON2/ILXVqcSWk=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) 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 6ms (Views: 4.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:45:23 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:23 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:23 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:23 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:23 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 15:45:26 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"B4SvHiRD0Zqkh7BcRP/PB+Ou6KtVOEON2/ILXVqcSWk=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) 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 7ms (ActiveRecord: 0.3ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:45:26 -0500 Processing by LandingsController#show as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (2.9ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:45:26 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:26 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:26 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:26 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:26 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:45:35 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.6ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:45:35 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:35 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:35 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:35 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:45:35 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:46:07 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by LandingsController#show as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (20.5ms) Completed 200 OK in 82ms (Views: 60.3ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:46:08 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:46:08 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:46:08 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:46:08 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:46:08 -0500 User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:46:22 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) 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.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:46:22 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:46:22 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:46:22 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:46:22 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:46:22 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:46:23 -0500 Processing by LandingsController#show as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.7ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:46:23 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:46:23 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:46:23 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:46:23 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:46:23 -0500 Started POST "/dismissible_blocks.json" for 127.0.0.1 at 2014-03-03 15:46:25 -0500 Processing by DismissibleBlocksController#create as JSON Parameters: {"block"=>"lorem", "authenticity_token"=>"B4SvHiRD0Zqkh7BcRP/PB+Ou6KtVOEON2/ILXVqcSWk="} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE ("users"."username" = 'patrick' AND "users"."id" != 980190962) LIMIT 1 SQL (4.3ms) UPDATE "users" SET "dismissed_blocks" = ?, "updated_at" = ? WHERE "users"."id" = 980190962 [["dismissed_blocks", "---\n- lorem\n"], ["updated_at", Mon, 03 Mar 2014 20:46:25 UTC +00:00]]  (1.0ms) commit transaction Completed 200 OK in 23ms (Views: 0.3ms | ActiveRecord: 5.8ms) User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1  (0.2ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE ("users"."username" = 'patrick' AND "users"."id" != 980190962) LIMIT 1 SQL (3.2ms) UPDATE "users" SET "dismissed_blocks" = ?, "updated_at" = ? WHERE "users"."id" = 980190962 [["dismissed_blocks", nil], ["updated_at", Mon, 03 Mar 2014 20:47:50 UTC +00:00]]  (1.9ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:48:01 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) 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.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:48:01 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:48:01 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:48:01 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:48:01 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:48:01 -0500 Started POST "/dismissible_blocks.json" for 127.0.0.1 at 2014-03-03 15:48:04 -0500 Processing by DismissibleBlocksController#create as JSON Parameters: {"block"=>"lorem", "authenticity_token"=>"B4SvHiRD0Zqkh7BcRP/PB+Ou6KtVOEON2/ILXVqcSWk="} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."username" = 'patrick' AND "users"."id" != 980190962) LIMIT 1 SQL (0.4ms) UPDATE "users" SET "dismissed_blocks" = ?, "updated_at" = ? WHERE "users"."id" = 980190962 [["dismissed_blocks", "---\n- lorem\n"], ["updated_at", Mon, 03 Mar 2014 20:48:04 UTC +00:00]]  (1.8ms) commit transaction Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 2.8ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:48:06 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) 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.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:48:06 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:48:06 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:48:06 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:48:06 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:48:06 -0500 User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE ("users"."username" = 'patrick' AND "users"."id" != 980190962) LIMIT 1 SQL (0.6ms) UPDATE "users" SET "dismissed_blocks" = ?, "updated_at" = ? WHERE "users"."id" = 980190962 [["dismissed_blocks", nil], ["updated_at", Mon, 03 Mar 2014 20:48:19 UTC +00:00]]  (1.0ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:48:25 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.1ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:48:25 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:48:25 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:48:25 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:48:25 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:48:25 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:54:06 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.1ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:54:07 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:07 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:07 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:07 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:07 -0500 Started POST "/dismissible_blocks.json" for 127.0.0.1 at 2014-03-03 15:54:09 -0500 Processing by DismissibleBlocksController#create as JSON Parameters: {"block"=>"lorem", "authenticity_token"=>"B4SvHiRD0Zqkh7BcRP/PB+Ou6KtVOEON2/ILXVqcSWk="} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."username" = 'patrick' AND "users"."id" != 980190962) LIMIT 1 SQL (0.7ms) UPDATE "users" SET "dismissed_blocks" = ?, "updated_at" = ? WHERE "users"."id" = 980190962 [["dismissed_blocks", "---\n- lorem\n"], ["updated_at", Mon, 03 Mar 2014 20:54:09 UTC +00:00]]  (2.2ms) commit transaction Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 3.3ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:54:10 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.5ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:54:10 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:10 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:10 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:10 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:10 -0500 Started GET "/logout" for 127.0.0.1 at 2014-03-03 15:54:10 -0500 Processing by SessionsController#destroy as HTML Redirected to http://dev.patrickbougie.com:3000/login Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2014-03-03 15:54:10 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (2.8ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:54:11 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:11 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:11 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:11 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:11 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 15:54:15 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"w7nJn8wOigtIRnjUgE7tlCD6CKaWdVpiTQwralmzwoY=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) 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 2ms (ActiveRecord: 0.2ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:54:15 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.6ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:54:15 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:15 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:15 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:15 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:15 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 15:54:19 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) 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.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:54:19 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:19 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:19 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:19 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:19 -0500 Started GET "/logout" for 127.0.0.1 at 2014-03-03 15:54:20 -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:54:20 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.8ms) 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 15:54:20 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 15:54:20 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:20 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:20 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 15:54:20 -0500 Started GET "/" for 127.0.0.1 at 2014-03-03 16:07:01 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 16:07:01 -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/application.css?body=1" for 127.0.0.1 at 2014-03-03 16:07:01 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:01 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:01 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:01 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:01 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 16:07:02 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"BGqIPkw4a69XYaCWsRDnMAOryqnbP58R6L6zKB4K4SI=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) 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 5ms (Views: 3.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 16:07:03 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:03 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:03 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:03 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:03 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-03 16:07:09 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"BGqIPkw4a69XYaCWsRDnMAOryqnbP58R6L6zKB4K4SI=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) 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 2ms (ActiveRecord: 0.2ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 16:07:09 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.6ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 16:07:09 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:09 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:09 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:09 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:09 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-03 16:07:14 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.2ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:14 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:14 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 16:07:14 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:14 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:14 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 16:07:17 -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 16:07:17 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.5ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 16:07:17 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:17 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:17 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:17 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:17 -0500 Started GET "/logout" for 127.0.0.1 at 2014-03-03 16:07:25 -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 16:07:25 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.9ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 16:07:25 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:25 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:25 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:25 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:25 -0500 Started GET "/logout" for 127.0.0.1 at 2014-03-03 16:07:32 -0500 Processing by SessionsController#destroy 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.7ms) 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.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 (14.2ms) Started GET "/landing" for 127.0.0.1 at 2014-03-03 16:07:38 -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.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.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.7ms) Started GET "/login" for 127.0.0.1 at 2014-03-03 16:07:42 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (1.0ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 16:07:42 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:42 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:42 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:42 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 16:07:42 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-03 16:25:41 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (2.6ms) Completed 200 OK in 51ms (Views: 40.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-03 16:25:41 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-03 16:25:41 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-03 16:25:41 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-03 16:25:41 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-03 16:25:41 -0500 Started GET "/" for 127.0.0.1 at 2014-03-04 09:53:57 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-04 09:53:57 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (1.4ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:53:57 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:53:57 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 09:53:57 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:53:57 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:53:57 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 09:53:59 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xWSiJHwFCMzME5ohcqyZwmpZ2vmnPEnxp1fD4tzzmXI=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = '' AND "users"."password" = '' LIMIT 1 Rendered sessions/new.html.erb within layouts/application (1.0ms) Completed 200 OK in 22ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:53:59 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 09:53:59 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:53:59 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:53:59 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:53:59 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 09:54:03 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xWSiJHwFCMzME5ohcqyZwmpZ2vmnPEnxp1fD4tzzmXI=", "username"=>"dfe", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'dfe' AND "users"."password" = 'grte' LIMIT 1 Rendered sessions/new.html.erb within layouts/application (1.0ms) Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.2ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 09:54:03 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:54:03 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:54:03 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:54:03 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:54:03 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 09:54:12 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xWSiJHwFCMzME5ohcqyZwmpZ2vmnPEnxp1fD4tzzmXI=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' AND "users"."password" = '' LIMIT 1 Rendered sessions/new.html.erb within layouts/application (1.0ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:54:12 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 09:54:12 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:54:12 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:54:12 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:54:12 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 09:54:19 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xWSiJHwFCMzME5ohcqyZwmpZ2vmnPEnxp1fD4tzzmXI=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.3ms) 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 13ms (ActiveRecord: 0.4ms) Started GET "/landing" for 127.0.0.1 at 2014-03-04 09:54:19 -0500 Processing by LandingsController#show as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (3.8ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:54:19 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:54:19 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:54:19 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 09:54:19 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:54:19 -0500 User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1  (0.6ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE ("users"."username" = 'patrick' AND "users"."id" != 980190962) LIMIT 1 SQL (1.9ms) UPDATE "users" SET "dismissed_blocks" = ?, "updated_at" = ? WHERE "users"."id" = 980190962 [["dismissed_blocks", nil], ["updated_at", Tue, 04 Mar 2014 14:55:01 UTC +00:00]]  (1.2ms) commit transaction Started GET "/landing" for 127.0.0.1 at 2014-03-04 09:55:03 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.2ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:55:03 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:55:03 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 09:55:03 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:55:03 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:55:03 -0500 Started GET "/logout" for 127.0.0.1 at 2014-03-04 09:55:07 -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-04 09:55:07 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (1.0ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:55:07 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:55:07 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 09:55:07 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:55:07 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:55:07 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 09:55:14 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"J7nZLF+6VepSILkrpjkbmOVvmk5Q/OPsHp1KMGSChrI=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) 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 2ms (ActiveRecord: 0.2ms) Started GET "/landing" for 127.0.0.1 at 2014-03-04 09:55:14 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.3ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:55:14 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 09:55:14 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:55:14 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:55:14 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:55:14 -0500 Started POST "/dismissible_blocks.json" for 127.0.0.1 at 2014-03-04 09:55:45 -0500 Processing by DismissibleBlocksController#create as JSON Parameters: {"block"=>"lorem", "authenticity_token"=>"J7nZLF+6VepSILkrpjkbmOVvmk5Q/OPsHp1KMGSChrI="} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE ("users"."username" = 'patrick' AND "users"."id" != 980190962) LIMIT 1 SQL (6.2ms) UPDATE "users" SET "dismissed_blocks" = ?, "updated_at" = ? WHERE "users"."id" = 980190962 [["dismissed_blocks", "---\n- lorem\n"], ["updated_at", Tue, 04 Mar 2014 14:55:45 UTC +00:00]]  (0.9ms) commit transaction Completed 200 OK in 27ms (Views: 0.2ms | ActiveRecord: 7.7ms) Started GET "/logout" for 127.0.0.1 at 2014-03-04 09:55:46 -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-04 09:55:46 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (1.1ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:55:46 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:55:46 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 09:55:46 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:55:46 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:55:46 -0500 User Load (0.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1  (0.4ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE ("users"."username" = 'patrick' AND "users"."id" != 980190962) LIMIT 1 SQL (0.7ms) UPDATE "users" SET "dismissed_blocks" = ?, "updated_at" = ? WHERE "users"."id" = 980190962 [["dismissed_blocks", nil], ["updated_at", Tue, 04 Mar 2014 14:55:55 UTC +00:00]]  (2.1ms) commit transaction Started POST "/login" for 127.0.0.1 at 2014-03-04 09:56:01 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"o/fVjowiXWH00g/8AdZBMWrOSkXCkg4OxeJNmDN6au8=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) 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 2ms (ActiveRecord: 0.2ms) Started GET "/landing" for 127.0.0.1 at 2014-03-04 09:56:01 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.5ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:56:01 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 09:56:01 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:56:01 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:56:01 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:56:01 -0500 Started GET "/logout" for 127.0.0.1 at 2014-03-04 09:56:07 -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-04 09:56:07 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.9ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:56:07 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:56:07 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 09:56:07 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:56:07 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:56:07 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 09:56:17 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"XdKkTEQCu20Ci+We5V5hFF5riTs0ijDHVFyWTnYEaL8=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) 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 2ms (ActiveRecord: 0.2ms) Started GET "/landing" for 127.0.0.1 at 2014-03-04 09:56:17 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (2.0ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:56:17 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:56:17 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:56:17 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 09:56:17 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:56:17 -0500 Started GET "/logout" for 127.0.0.1 at 2014-03-04 09:58:14 -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-04 09:58:14 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:58:14 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:58:14 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 09:58:14 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:58:14 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:58:14 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 09:58:22 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i9xsdWchXiOozIszVVSaG/PjyAX6bJDpxbApmZJ9igs=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) 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 2ms (ActiveRecord: 0.2ms) Started GET "/landing" for 127.0.0.1 at 2014-03-04 09:58:22 -0500 Processing by LandingsController#show as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.8ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:58:22 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 09:58:22 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:58:22 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:58:22 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:58:22 -0500 Started POST "/dismissible_blocks.json" for 127.0.0.1 at 2014-03-04 09:58:44 -0500 Processing by DismissibleBlocksController#create as JSON Parameters: {"block"=>"lorem", "authenticity_token"=>"i9xsdWchXiOozIszVVSaG/PjyAX6bJDpxbApmZJ9igs="} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."username" = 'patrick' AND "users"."id" != 980190962) LIMIT 1 SQL (0.3ms) UPDATE "users" SET "dismissed_blocks" = ?, "updated_at" = ? WHERE "users"."id" = 980190962 [["dismissed_blocks", "---\n- lorem\n"], ["updated_at", Tue, 04 Mar 2014 14:58:44 UTC +00:00]]  (2.0ms) commit transaction Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 2.8ms) Started GET "/logout" for 127.0.0.1 at 2014-03-04 09:58: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-04 09:58:45 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.8ms) 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-04 09:58:45 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:58:45 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:58:45 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:58:45 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:58:45 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 09:58:52 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5zSFyXnccnr0Aeuz74SRckP5hGF2kTXAXRmvfY6MVj0=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.3ms) 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-04 09:58:52 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.5ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.2ms) Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 09:58:52 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:58:52 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:58:52 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:58:52 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:58:52 -0500  (0.2ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE ("users"."username" = 'patrick' AND "users"."id" != 980190962) LIMIT 1 SQL (0.5ms) UPDATE "users" SET "dismissed_blocks" = ?, "updated_at" = ? WHERE "users"."id" = 980190962 [["dismissed_blocks", nil], ["updated_at", Tue, 04 Mar 2014 14:58:58 UTC +00:00]]  (2.1ms) commit transaction Started GET "/landing" for 127.0.0.1 at 2014-03-04 09:59:00 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.1ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms) Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 09:59:00 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 09:59:00 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 09:59:00 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 09:59:00 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 09:59:00 -0500 User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1 Started GET "/landing" for 127.0.0.1 at 2014-03-04 13:34:28 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.2ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 13:34:28 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:28 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:28 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:28 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:28 -0500 Started POST "/dismissible_blocks.json" for 127.0.0.1 at 2014-03-04 13:34:30 -0500 Processing by DismissibleBlocksController#create as JSON Parameters: {"block"=>"lorem", "authenticity_token"=>"5zSFyXnccnr0Aeuz74SRckP5hGF2kTXAXRmvfY6MVj0="} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE ("users"."username" = 'patrick' AND "users"."id" != 980190962) LIMIT 1 SQL (0.5ms) UPDATE "users" SET "dismissed_blocks" = ?, "updated_at" = ? WHERE "users"."id" = 980190962 [["dismissed_blocks", "---\n- lorem\n"], ["updated_at", Tue, 04 Mar 2014 18:34:30 UTC +00:00]]  (0.8ms) commit transaction Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 1.8ms) Started GET "/landing" for 127.0.0.1 at 2014-03-04 13:34:31 -0500 Processing by LandingsController#show as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.9ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 13:34:31 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:31 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:31 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:31 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:31 -0500 Started GET "/logout" for 127.0.0.1 at 2014-03-04 13:34:32 -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-04 13:34:32 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (1.3ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 13:34:32 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:32 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:32 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:32 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:32 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 13:34:37 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZC8MzsKJBffWq2LYqs5JMO9aXotuMJDzaxxWdHL4Z4E=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) 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 5ms (Views: 3.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 13:34:37 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:37 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:37 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:37 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:37 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 13:34:41 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZC8MzsKJBffWq2LYqs5JMO9aXotuMJDzaxxWdHL4Z4E=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) 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 2ms (ActiveRecord: 0.2ms) Started GET "/landing" for 127.0.0.1 at 2014-03-04 13:34:41 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.7ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 13:34:41 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:41 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:41 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:41 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:41 -0500 Started GET "/landing" for 127.0.0.1 at 2014-03-04 13:34:47 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) 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.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 13:34:48 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:48 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:48 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:48 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:48 -0500 Started GET "/logout" for 127.0.0.1 at 2014-03-04 13:34:50 -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-04 13:34:50 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.8ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 13:34:50 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:50 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:50 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:50 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 13:34:50 -0500 Started GET "/" for 127.0.0.1 at 2014-03-04 15:59:49 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/login" for 127.0.0.1 at 2014-03-04 15:59:49 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (2.4ms) Completed 200 OK in 39ms (Views: 28.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 15:59:49 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 15:59:49 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 15:59:49 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 15:59:49 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 15:59:49 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-04 16:11:58 -0500 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (3.7ms) Completed 200 OK in 61ms (Views: 44.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 16:11:59 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 16:11:59 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 16:11:59 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 16:11:59 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 16:11:59 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-04 16:12:05 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 16:12:05 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 16:12:05 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 16:12:05 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 16:12:05 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 16:12:05 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-04 16:12:06 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 16:12:06 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 16:12:06 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 16:12:06 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 16:12:06 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 16:12:06 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-04 16:21:19 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (3.3ms) Completed 200 OK in 60ms (Views: 44.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 16:21:20 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 16:21:20 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 16:21:20 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 16:21:20 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 16:21:21 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GaNGLnNtVuS+benCHf62aFclZKjxrnlI21R4Ij/bv9U=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.1ms) 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 13ms (Views: 4.4ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 16:21:21 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 16:21:21 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 16:21:21 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 16:21:21 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 16:21:24 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GaNGLnNtVuS+benCHf62aFclZKjxrnlI21R4Ij/bv9U=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = '' AND "users"."password" = '' LIMIT 1 Rendered sessions/new.html.erb within layouts/application (0.8ms) 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-04 16:21:24 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 16:21:24 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 16:21:24 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 16:21:24 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 16:21:47 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GaNGLnNtVuS+benCHf62aFclZKjxrnlI21R4Ij/bv9U=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) 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 22ms (Views: 20.3ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 16:21:47 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 16:21:47 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 16:21:47 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 16:21:47 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 16:21:47 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 16:25:28 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GaNGLnNtVuS+benCHf62aFclZKjxrnlI21R4Ij/bv9U=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' AND "users"."password" = 'lorem' LIMIT 1 Rendered sessions/new.html.erb within layouts/application (1.0ms) Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 16:25:28 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 16:25:28 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 16:25:28 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 16:25:28 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 16:25:28 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 16:25:35 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GaNGLnNtVuS+benCHf62aFclZKjxrnlI21R4Ij/bv9U=", "username"=>"patrick", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'patrick' AND "users"."password" = 'lorem' LIMIT 1 Rendered sessions/new.html.erb within layouts/application (0.6ms) 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-04 16:25:35 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 16:25:35 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 16:25:35 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 16:25:35 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 16:25:35 -0500 Started GET "/" for 127.0.0.1 at 2014-03-04 16:26:00 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-04 16:26:00 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (1.1ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 16:26:00 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 16:26:00 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 16:26:00 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 16:26:00 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 16:26:00 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 16:26:08 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ts9rYAD1YJaJW0kKLF5mJcGtA+DkTpD/qHl4Syd912M=", "username"=>"john", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'john' AND "users"."password" = 'lorem' LIMIT 1 Redirected to http://dev.patrickbougie.com:3000/landing Completed 302 Found in 8ms (ActiveRecord: 0.4ms) Started GET "/landing" for 127.0.0.1 at 2014-03-04 16:26:08 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'john' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.9ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 16:26:08 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 16:26:08 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 16:26:08 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 16:26:08 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 16:26:08 -0500 Started GET "/logout" for 127.0.0.1 at 2014-03-04 16:26:14 -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-04 16:26:14 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.7ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 16:26:14 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 16:26:14 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 16:26:14 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 16:26:14 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 16:26:14 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-04 16:45:55 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (2.1ms) Completed 500 Internal Server Error in 29ms ActionView::Template::Error (couldn't find file 'jquery' (in /Users/patrick/Projects/dismissible_blocks/test/dummy/app/assets/javascripts/application.js:1)): 3: 4: Dummy 5: <%= stylesheet_link_tag 'application' %> 6: <%= javascript_include_tag 'application' %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___2587916204571912236_70248611814040' 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.7ms) 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/template_error.erb within rescues/layout (25.7ms) Started GET "/login" for 127.0.0.1 at 2014-03-04 16:45:57 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (1.1ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (couldn't find file 'jquery' (in /Users/patrick/Projects/dismissible_blocks/test/dummy/app/assets/javascripts/application.js:1)): 3: 4: Dummy 5: <%= stylesheet_link_tag 'application' %> 6: <%= javascript_include_tag 'application' %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___2587916204571912236_70248611814040' 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.5ms) 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.9ms) Started GET "/login" for 127.0.0.1 at 2014-03-04 16:46:05 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.8ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (couldn't find file 'jquery' (in /Users/patrick/Projects/dismissible_blocks/test/dummy/app/assets/javascripts/application.js:1)): 3: 4: Dummy 5: <%= stylesheet_link_tag 'application' %> 6: <%= javascript_include_tag 'application' %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___2587916204571912236_70248611814040' 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.9ms) 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.9ms) Started GET "/login" for 127.0.0.1 at 2014-03-04 16:47:43 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (2.7ms) Completed 500 Internal Server Error in 36ms ActionView::Template::Error (couldn't find file 'jquery' (in /Users/patrick/Projects/dismissible_blocks/test/dummy/app/assets/javascripts/application.js:1)): 3: 4: Dummy 5: <%= stylesheet_link_tag 'application' %> 6: <%= javascript_include_tag 'application' %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___3766755231339183794_70323068828780' 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.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.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 (23.3ms) Started GET "/login" for 127.0.0.1 at 2014-03-04 16:48:14 -0500 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (3.7ms) Completed 200 OK in 59ms (Views: 43.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 16:48:14 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 16:48:14 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 16:48:14 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 16:48:14 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 16:48:14 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-04 16:49:03 -0500 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (3.8ms) Completed 200 OK in 54ms (Views: 38.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 16:49:03 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 16:49:03 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 16:49:03 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 16:49:03 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 16:49:03 -0500 Started GET "/login" for 127.0.0.1 at 2014-03-04 16:58:41 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (4.4ms) Completed 200 OK in 43ms (Views: 31.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 16:58:42 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 16:58:42 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 16:58:42 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 16:58:42 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 16:58:42 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 17:07:25 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"lAOwo9NzCQwTbq6v57ghSfIF+ZKVpnIXdgQY8XkYRVs=", "username"=>"john", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'john' AND "users"."password" = 'lorem' LIMIT 1 Redirected to http://dev.patrickbougie.com:3000/landing Completed 302 Found in 13ms (ActiveRecord: 0.5ms) Started GET "/landing" for 127.0.0.1 at 2014-03-04 17:07:25 -0500 Processing by LandingsController#show as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'john' LIMIT 1 Rendered landings/show.html.erb within layouts/application (2.0ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 17:07:25 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 17:07:25 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 17:07:25 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 17:07:25 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 17:07:25 -0500 Started GET "/logout" for 127.0.0.1 at 2014-03-04 17:13:59 -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-04 17:13:59 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.8ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 17:13:59 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 17:13:59 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 17:13:59 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 17:13:59 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 17:13:59 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 17:14:51 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ok6MQlTNSDlx11Affa9IrEbJnA6UFpqlk2CYByRGv7Y=", "username"=>"john", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'john' AND "users"."password" = 'lorem' LIMIT 1 Redirected to http://dev.patrickbougie.com:3000/landing Completed 302 Found in 2ms (ActiveRecord: 0.3ms) Started GET "/landing" for 127.0.0.1 at 2014-03-04 17:14:51 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'john' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.3ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 17:14:51 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 17:14:51 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 17:14:51 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 17:14:51 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 17:14:51 -0500 Started POST "/dismissible_blocks.json" for 127.0.0.1 at 2014-03-04 17:21:00 -0500 Processing by DismissibleBlocksController#create as JSON Parameters: {"block"=>"lorem", "authenticity_token"=>"ok6MQlTNSDlx11Affa9IrEbJnA6UFpqlk2CYByRGv7Y="} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'john' LIMIT 1  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE ("users"."username" = 'john' AND "users"."id" != 980190962) LIMIT 1 SQL (3.1ms) UPDATE "users" SET "dismissed_blocks" = ?, "updated_at" = ? WHERE "users"."id" = 980190962 [["dismissed_blocks", "---\n- lorem\n"], ["updated_at", Tue, 04 Mar 2014 22:21:00 UTC +00:00]]  (1.3ms) commit transaction Completed 200 OK in 20ms (Views: 0.3ms | ActiveRecord: 4.9ms) Started GET "/logout" for 127.0.0.1 at 2014-03-04 17:21:03 -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-04 17:21:03 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (0.6ms) 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-04 17:21:03 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 17:21:03 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 17:21:03 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 17:21:03 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 17:21:03 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 17:21:10 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"6uGcR7vwdFvU1xhiSzHBIHlMLZ3Xy2HLDYVEjGJU+RE=", "username"=>"john", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'john' 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-04 17:21:10 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'john' LIMIT 1 Rendered landings/show.html.erb within layouts/application (1.8ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 17:21:10 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 17:21:10 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 17:21:10 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 17:21:10 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 17:21:10 -0500 Started GET "/logout" for 127.0.0.1 at 2014-03-04 17:21:12 -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-04 17:21:12 -0500 Processing by SessionsController#new as HTML Rendered sessions/new.html.erb within layouts/application (1.4ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-04 17:21:12 -0500 Started GET "/assets/dismissible_blocks.js?body=1" for 127.0.0.1 at 2014-03-04 17:21:12 -0500 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-04 17:21:12 -0500 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-04 17:21:12 -0500 Started GET "/assets/dismissible_blocks_loader.js?body=1" for 127.0.0.1 at 2014-03-04 17:21:12 -0500 Started POST "/login" for 127.0.0.1 at 2014-03-04 17:21:43 -0500 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4LHnW2jq3TZ71fqGcXX9gXaWZ1H3AZBrlOlxdT+JZE=", "username"=>"john", "password"=>"[FILTERED]", "commit"=>"Login"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'john' AND "users"."password" = 'lorem' LIMIT 1 Redirected to http://dev.patrickbougie.com:3000/landing Completed 302 Found in 2ms (ActiveRecord: 0.3ms) Started GET "/landing" for 127.0.0.1 at 2014-03-04 17:21:43 -0500 Processing by LandingsController#show as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'john' LIMIT 1 Rendered landings/show.html.erb within layouts/application (3.5ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (DismissibleBlocks::AttributeNotArray): 1:

Dummy

2: 3: <%= render_dismissible_block 'lorem' do %> 4:
5:

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___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 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'john' LIMIT 1 Rendered landings/show.html.erb within layouts/application (2.5ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (DismissibleBlocks::AttributeNotArray): 1:

Dummy

2: 3: <%= render_dismissible_block 'lorem' do %> 4:
5:

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___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 User Load (0.2ms) 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:

Dummy

2: 3: <%= render_dismissible_block 'lorem' do %> 4:
5:

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___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 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by LandingsController#show as HTML User Load (0.2ms) 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